Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a54a887

Browse files
committed
"\platform{UNIX}" should really be spelled "\platform{Unix}".
1 parent f6863c1 commit a54a887

13 files changed

Lines changed: 14 additions & 14 deletions

Doc/lib/libcrypt.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{crypt} ---
22
Function used to check \UNIX{} passwords}
33

44
\declaremodule{builtin}{crypt}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{}
77
passwords.}
88
\moduleauthor{Steven D. Majewski}{[email protected]}

Doc/lib/libdbm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{dbm} ---
22
Simple ``database'' interface}
33

44
\declaremodule{builtin}{dbm}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{The standard ``database'' interface, based on ndbm.}
77

88

Doc/lib/libfcntl.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \section{\module{fcntl} ---
33
The \function{fcntl()} and \function{ioctl()} system calls}
44

55
\declaremodule{builtin}{fcntl}
6-
\platform{UNIX}
6+
\platform{Unix}
77
\modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.}
88

99
\indexii{UNIX@\UNIX{}}{file control}

Doc/lib/libgdbm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{gdbm} ---
22
GNU's reinterpretation of dbm}
33

44
\declaremodule{builtin}{gdbm}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{GNU's reinterpretation of dbm.}
77

88

Doc/lib/libgrp.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{grp} ---
22
The group database}
33

44
\declaremodule{builtin}{grp}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{The group database (\function{getgrnam()} and friends).}
77

88

Doc/lib/libpopen2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{popen2} ---
22
Subprocesses with accessible standard I/O streams}
33

44
\declaremodule[popentwo]{standard}{popen2}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
77
\sectionauthor{Drew Csillag}{[email protected]}
88

Doc/lib/libposix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{posix} ---
22
The most common \POSIX{} system calls}
33

44
\declaremodule{builtin}{posix}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{The most common \POSIX{} system calls (normally used
77
via module \module{os}).}
88

Doc/lib/libposixfile.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \section{\module{posixfile} ---
33
File-like objects with locking support}
44

55
\declaremodule{builtin}{posixfile}
6-
\platform{UNIX}
6+
\platform{Unix}
77
\modulesynopsis{A file-like object with support for locking.}
88
\moduleauthor{Jaap Vermeulen}{}
99
\sectionauthor{Jaap Vermeulen}{}

Doc/lib/libpwd.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{pwd} ---
22
The password database}
33

44
\declaremodule{builtin}{pwd}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{The password database (\function{getpwnam()} and friends).}
77

88
This module provides access to the \UNIX{} password database.

Doc/lib/libresource.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \section{\module{resource} ---
22
Resource usage information}
33

44
\declaremodule{builtin}{resource}
5-
\platform{UNIX}
5+
\platform{Unix}
66
\modulesynopsis{An interface to provide resource usage information on
77
the current process.}
88
\moduleauthor{Jeremy Hylton}{[email protected]}

0 commit comments

Comments
 (0)