From a54a887f6638f25750cf2b9eff704225efa658b8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 2 Mar 1999 17:03:42 +0000 Subject: "\platform{UNIX}" should really be spelled "\platform{Unix}". --- Doc/lib/libcrypt.tex | 2 +- Doc/lib/libdbm.tex | 2 +- Doc/lib/libfcntl.tex | 2 +- Doc/lib/libgdbm.tex | 2 +- Doc/lib/libgrp.tex | 2 +- Doc/lib/libpopen2.tex | 2 +- Doc/lib/libposix.tex | 2 +- Doc/lib/libposixfile.tex | 2 +- Doc/lib/libpwd.tex | 2 +- Doc/lib/libresource.tex | 2 +- Doc/lib/libstat.tex | 2 +- Doc/lib/libsyslog.tex | 2 +- Doc/lib/libtermios.tex | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex index 8006f04..f9d1615 100644 --- a/Doc/lib/libcrypt.tex +++ b/Doc/lib/libcrypt.tex @@ -2,7 +2,7 @@ Function used to check \UNIX{} passwords} \declaremodule{builtin}{crypt} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{} passwords.} \moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu} diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex index 09ce0df..5516231 100644 --- a/Doc/lib/libdbm.tex +++ b/Doc/lib/libdbm.tex @@ -2,7 +2,7 @@ Simple ``database'' interface} \declaremodule{builtin}{dbm} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The standard ``database'' interface, based on ndbm.} diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index 7003c63..37632be 100644 --- a/Doc/lib/libfcntl.tex +++ b/Doc/lib/libfcntl.tex @@ -3,7 +3,7 @@ The \function{fcntl()} and \function{ioctl()} system calls} \declaremodule{builtin}{fcntl} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.} \indexii{UNIX@\UNIX{}}{file control} diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex index 585693c..73683ca 100644 --- a/Doc/lib/libgdbm.tex +++ b/Doc/lib/libgdbm.tex @@ -2,7 +2,7 @@ GNU's reinterpretation of dbm} \declaremodule{builtin}{gdbm} - \platform{UNIX} + \platform{Unix} \modulesynopsis{GNU's reinterpretation of dbm.} diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex index 5095806..10f12e8 100644 --- a/Doc/lib/libgrp.tex +++ b/Doc/lib/libgrp.tex @@ -2,7 +2,7 @@ The group database} \declaremodule{builtin}{grp} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The group database (\function{getgrnam()} and friends).} diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 2a87adb..6610676 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -2,7 +2,7 @@ Subprocesses with accessible standard I/O streams} \declaremodule[popentwo]{standard}{popen2} - \platform{UNIX} + \platform{Unix} \modulesynopsis{Subprocesses with accessible standard I/O streams.} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com} diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 0918ad0..c334893 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -2,7 +2,7 @@ The most common \POSIX{} system calls} \declaremodule{builtin}{posix} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The most common \POSIX{} system calls (normally used via module \module{os}).} diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index 491e0e2..b5c4451 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -3,7 +3,7 @@ File-like objects with locking support} \declaremodule{builtin}{posixfile} - \platform{UNIX} + \platform{Unix} \modulesynopsis{A file-like object with support for locking.} \moduleauthor{Jaap Vermeulen}{} \sectionauthor{Jaap Vermeulen}{} diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex index 72c6c7a..fb8d693 100644 --- a/Doc/lib/libpwd.tex +++ b/Doc/lib/libpwd.tex @@ -2,7 +2,7 @@ The password database} \declaremodule{builtin}{pwd} - \platform{UNIX} + \platform{Unix} \modulesynopsis{The password database (\function{getpwnam()} and friends).} This module provides access to the \UNIX{} password database. diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex index 5e6f109..869bb17 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -2,7 +2,7 @@ Resource usage information} \declaremodule{builtin}{resource} - \platform{UNIX} + \platform{Unix} \modulesynopsis{An interface to provide resource usage information on the current process.} \moduleauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us} diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex index 219cf36..ad4bf89 100644 --- a/Doc/lib/libstat.tex +++ b/Doc/lib/libstat.tex @@ -2,7 +2,7 @@ Interpreting \function{stat()} results} \declaremodule{standard}{stat} - \platform{UNIX} + \platform{Unix} \modulesynopsis{Utilities for interpreting the results of \function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.} \sectionauthor{Skip Montanaro}{skip@automatrix.com} diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex index a0bdd45..6f58287 100644 --- a/Doc/lib/libsyslog.tex +++ b/Doc/lib/libsyslog.tex @@ -2,7 +2,7 @@ \UNIX{} syslog library routines} \declaremodule{builtin}{syslog} - \platform{UNIX} + \platform{Unix} \modulesynopsis{An interface to the \UNIX{} syslog library routines.} diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex index b25db02..a4f1b70 100644 --- a/Doc/lib/libtermios.tex +++ b/Doc/lib/libtermios.tex @@ -2,7 +2,7 @@ \POSIX{} style tty control} \declaremodule{builtin}{termios} - \platform{UNIX} + \platform{Unix} \modulesynopsis{\POSIX{} style tty control.} \indexii{\POSIX{}}{I/O control} @@ -102,7 +102,7 @@ def getpass(prompt = "Password: "): Constants used with the \module{termios} module} \declaremodule[TERMIOSuppercase]{standard}{TERMIOS} - \platform{UNIX} + \platform{Unix} \modulesynopsis{Symbolic constants required to use the \module{termios} module.} -- cgit v0.12