]> granicus.if.org Git - python/commitdiff
Consistency: "Unix" ==> "\UNIX{}"
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 22:41:33 +0000 (22:41 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 22:41:33 +0000 (22:41 +0000)
      Always include the comma *inside* the \optional{} markup!

Doc/lib/libsyslog.tex
Doc/libsyslog.tex

index feb56c1999a2e83c89a0d48a2a2d5c878fbd8f15..8f4a5997d8c870a6d08e3dca4cd013df788a3258 100644 (file)
@@ -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,
index feb56c1999a2e83c89a0d48a2a2d5c878fbd8f15..8f4a5997d8c870a6d08e3dca4cd013df788a3258 100644 (file)
@@ -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,