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

Skip to content

Commit 63a0c37

Browse files
committed
(libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".
1 parent 09bcf8c commit 63a0c37

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libunix.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \chapter{UNIX Specific Services}
1919
--- The group database (\code{getgrnam()} and friends).
2020

2121
\item[crypt]
22-
--- The \code{crypt()} function used to check Unix passwords.
22+
--- The \code{crypt()} function used to check \UNIX{} passwords.
2323

2424
\item[dbm]
2525
--- The standard ``database'' interface, based on \code{ndbm}.
@@ -40,6 +40,6 @@ \chapter{UNIX Specific Services}
4040
--- A file-like object with support for locking.
4141

4242
\item[syslog]
43-
--- An interface to the Unix \code{syslog} library routines.
43+
--- An interface to the \UNIX{} \code{syslog} library routines.
4444

4545
\end{description}

Doc/libunix.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \chapter{UNIX Specific Services}
1919
--- The group database (\code{getgrnam()} and friends).
2020

2121
\item[crypt]
22-
--- The \code{crypt()} function used to check Unix passwords.
22+
--- The \code{crypt()} function used to check \UNIX{} passwords.
2323

2424
\item[dbm]
2525
--- The standard ``database'' interface, based on \code{ndbm}.
@@ -40,6 +40,6 @@ \chapter{UNIX Specific Services}
4040
--- A file-like object with support for locking.
4141

4242
\item[syslog]
43-
--- An interface to the Unix \code{syslog} library routines.
43+
--- An interface to the \UNIX{} \code{syslog} library routines.
4444

4545
\end{description}

0 commit comments

Comments
 (0)