summaryrefslogtreecommitdiffstats
path: root/Doc/libunix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-12-16 22:12:33 (GMT)
committerFred Drake <fdrake@acm.org>1996-12-16 22:12:33 (GMT)
commit63a0c376ea97ca614e6b8c0cf847343e5e96377b (patch)
treec86fbb91b2e439ca5b9e8f431f75a4abe1661392 /Doc/libunix.tex
parent09bcf8c0312864c5a65a877453e62315059e8182 (diff)
downloadcpython-63a0c376ea97ca614e6b8c0cf847343e5e96377b.zip
cpython-63a0c376ea97ca614e6b8c0cf847343e5e96377b.tar.gz
cpython-63a0c376ea97ca614e6b8c0cf847343e5e96377b.tar.bz2
(libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".
Diffstat (limited to 'Doc/libunix.tex')
-rw-r--r--Doc/libunix.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libunix.tex b/Doc/libunix.tex
index 47ed029..361aa16 100644
--- a/Doc/libunix.tex
+++ b/Doc/libunix.tex
@@ -19,7 +19,7 @@ some or many variants of it. Here's an overview:
--- The group database (\code{getgrnam()} and friends).
\item[crypt]
---- The \code{crypt()} function used to check Unix passwords.
+--- The \code{crypt()} function used to check \UNIX{} passwords.
\item[dbm]
--- The standard ``database'' interface, based on \code{ndbm}.
@@ -40,6 +40,6 @@ some or many variants of it. Here's an overview:
--- A file-like object with support for locking.
\item[syslog]
---- An interface to the Unix \code{syslog} library routines.
+--- An interface to the \UNIX{} \code{syslog} library routines.
\end{description}