Print this page
4358 syslog(3c) man page refers non-existent printf(3ucb)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/syslog.3c
          +++ new/usr/src/man/man3c/syslog.3c
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39  The \fBsyslog()\fR function sends a message to \fBsyslogd\fR(1M), which,
  40   40  depending on the configuration of \fB/etc/syslog.conf\fR, logs it in an
  41   41  appropriate system log, writes it to the system console, forwards it to a list
  42   42  of users, or forwards it to \fBsyslogd\fR on another host over the network.
  43   43  The logged message includes a message header and a message body.  The message
  44   44  header consists of a facility indicator, a severity level indicator, a
  45   45  timestamp, a tag string, and optionally the process ID.
  46   46  .sp
  47   47  .LP
  48   48  The message body is generated from the \fImessage\fR and following arguments in
  49      -the same manner as if these were arguments to \fBprintf\fR(3UCB), except that
       49 +the same manner as if these were arguments to \fBprintf\fR(3C), except that
  50   50  occurrences of \fB%m\fR in the format string pointed to by the \fImessage\fR
  51   51  argument are replaced by the error message string associated with the current
  52   52  value of \fBerrno\fR.  A trailing \fBNEWLINE\fR character is added if needed.
  53   53  .sp
  54   54  .LP
  55   55  Symbolic constants for use as values of the \fIlogopt\fR, \fIfacility\fR,
  56   56  \fIpriority\fR, and \fImaskpri\fR arguments are defined in the <\fBsyslog.h\fR>
  57   57  header.
  58   58  .sp
  59   59  .LP
↓ open down ↓ 444 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX