mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Consistency: "Unix" ==> "\UNIX{}"
Always include the comma *inside* the \optional{} markup!
This commit is contained in:
parent
737e73ec3d
commit
8ac34c2928
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
\label{module-syslog}
|
\label{module-syslog}
|
||||||
\bimodindex{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
|
routines. Refer to the \UNIX{} manual pages for a detailed description
|
||||||
of the \code{syslog} facility.
|
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.
|
\code{(LOG_USER | LOG_INFO)}, determines the message priority.
|
||||||
\end{funcdesc}
|
\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
|
Logging options other than the defaults can be set by explicitly opening
|
||||||
the log file with \code{openlog()} prior to calling \code{syslog()}.
|
the log file with \code{openlog()} prior to calling \code{syslog()}.
|
||||||
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,
|
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
\label{module-syslog}
|
\label{module-syslog}
|
||||||
\bimodindex{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
|
routines. Refer to the \UNIX{} manual pages for a detailed description
|
||||||
of the \code{syslog} facility.
|
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.
|
\code{(LOG_USER | LOG_INFO)}, determines the message priority.
|
||||||
\end{funcdesc}
|
\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
|
Logging options other than the defaults can be set by explicitly opening
|
||||||
the log file with \code{openlog()} prior to calling \code{syslog()}.
|
the log file with \code{openlog()} prior to calling \code{syslog()}.
|
||||||
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,
|
The defaults are (usually) \var{ident} = \samp{syslog}, \var{logopt} = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue