summaryrefslogtreecommitdiffstats
path: root/man3/syslog.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/syslog.3')
-rw-r--r--man3/syslog.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/syslog.3 b/man3/syslog.3
index 5d83c35f8..ddf92db2e 100644
--- a/man3/syslog.3
+++ b/man3/syslog.3
@@ -34,7 +34,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR vsyslog ():
@@ -87,7 +87,7 @@ will default to NULL.
.SS syslog() and vsyslog()
.BR syslog ()
generates a log message, which will be distributed by
-.BR syslogd (8).
+.MR syslogd 8 .
.P
The
.I priority
@@ -111,7 +111,7 @@ is employed.
The remaining arguments are a
.IR format ,
as in
-.BR printf (3),
+.MR printf 3 ,
and any arguments required by the
.IR format ,
except that the two-character sequence
@@ -127,7 +127,7 @@ performs the same task as
.BR syslog ()
with the difference that it takes a set of arguments which have
been obtained using the
-.BR stdarg (3)
+.MR stdarg 3
variable argument list macros.
.\"
.SS closelog()
@@ -152,7 +152,7 @@ the system logger.
Open the connection immediately (normally, the connection is opened when
the first message is logged).
This may be useful, for example, if a subsequent
-.BR chroot (2)
+.MR chroot 2
would make the pathname used internally by the logging facility unreachable.
.TP
.B LOG_NOWAIT
@@ -219,7 +219,7 @@ USENET news subsystem
.TP
.B LOG_SYSLOG
messages generated internally by
-.BR syslogd (8)
+.MR syslogd 8
.TP
.BR LOG_USER " (default)"
generic user-level messages
@@ -256,11 +256,11 @@ informational message
debug-level message
.P
The function
-.BR setlogmask (3)
+.MR setlogmask 3
can be used to restrict logging to specified levels only.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -352,8 +352,8 @@ syslog(priority, "%s", string);
.EE
.in
.SH SEE ALSO
-.BR journalctl (1),
-.BR logger (1),
-.BR setlogmask (3),
-.BR syslog.conf (5),
-.BR syslogd (8)
+.MR journalctl 1 ,
+.MR logger 1 ,
+.MR setlogmask 3 ,
+.MR syslog.conf 5 ,
+.MR syslogd 8