summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-13 22:41:33 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-13 22:41:33 (GMT)
commit8ac34c292892dddecaabab4af419ff1ba1250f51 (patch)
tree85bc605c817cab7c5d0b052cb13138fb8a46dfa5
parent737e73ec3d90bc41f012558aa54448f992b0c008 (diff)
downloadcpython-8ac34c292892dddecaabab4af419ff1ba1250f51.zip
cpython-8ac34c292892dddecaabab4af419ff1ba1250f51.tar.gz
cpython-8ac34c292892dddecaabab4af419ff1ba1250f51.tar.bz2
Consistency: "Unix" ==> "\UNIX{}"
Always include the comma *inside* the \optional{} markup!
-rw-r--r--Doc/lib/libsyslog.tex4
-rw-r--r--Doc/libsyslog.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index feb56c1..8f4a599 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -2,7 +2,7 @@
\label{module-syslog}
\bimodindex{syslog}
-This module provides an interface to the Unix \code{syslog} library
+This module provides an interface to the \UNIX{} \code{syslog} library
routines. Refer to the \UNIX{} manual pages for a detailed description
of the \code{syslog} facility.
@@ -19,7 +19,7 @@ The optional \var{priority} argument, which defaults to
\code{(LOG_USER | LOG_INFO)}, determines the message priority.
\end{funcdesc}
-\begin{funcdesc}{openlog}{ident\, \optional{logopt\, \optional{facility}}}
+\begin{funcdesc}{openlog}{ident\optional{, logopt\optional{, facility}}}
Logging options other than the defaults can be set by explicitly opening
the log file with \code{openlog()} prior to calling \code{syslog()}.
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,
diff --git a/Doc/libsyslog.tex b/Doc/libsyslog.tex
index feb56c1..8f4a599 100644
--- a/Doc/libsyslog.tex
+++ b/Doc/libsyslog.tex
@@ -2,7 +2,7 @@
\label{module-syslog}
\bimodindex{syslog}
-This module provides an interface to the Unix \code{syslog} library
+This module provides an interface to the \UNIX{} \code{syslog} library
routines. Refer to the \UNIX{} manual pages for a detailed description
of the \code{syslog} facility.
@@ -19,7 +19,7 @@ The optional \var{priority} argument, which defaults to
\code{(LOG_USER | LOG_INFO)}, determines the message priority.
\end{funcdesc}
-\begin{funcdesc}{openlog}{ident\, \optional{logopt\, \optional{facility}}}
+\begin{funcdesc}{openlog}{ident\optional{, logopt\optional{, facility}}}
Logging options other than the defaults can be set by explicitly opening
the log file with \code{openlog()} prior to calling \code{syslog()}.
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,