]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/syslog.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / syslog.3
index 21bbd56638e8a741f327028c2e3f7f3b6627fae0..e4cf4d8226d522159a563780137774783061ce5f 100644 (file)
@@ -62,7 +62,7 @@ Feature Test Macro Requirements for glibc (see
 .SS openlog()
 .BR openlog ()
 opens a connection to the system logger for a program.
-
+.PP
 The string pointed to by
 .I ident
 is prepended to every message, and is typically set to the program name.
@@ -72,7 +72,7 @@ is NULL, the program name is used.
 (POSIX.1-2008 does not specify the behavior when
 .I ident
 is NULL.)
-
+.PP
 The
 .I option
 argument specifies flags which control the operation of
@@ -89,7 +89,7 @@ The values that may be specified for
 and
 .I facility
 are described below.
-
+.PP
 The use of
 .BR openlog ()
 is optional; it will automatically be called by
@@ -102,7 +102,7 @@ will default to NULL.
 .BR syslog ()
 generates a log message, which will be distributed by
 .BR syslogd (8).
-
+.PP
 The
 .I priority
 argument is formed by ORing together a
@@ -121,7 +121,7 @@ is used, or, if there was no preceding
 call, a default of
 .BR LOG_USER
 is employed.
-
+.PP
 The remaining arguments are a
 .IR format ,
 as in
@@ -134,7 +134,7 @@ will be replaced by
 the error message string
 .IR strerror ( errno ).
 The format string need not include a terminating newline character.
-
+.PP
 The function
 .BR vsyslog ()
 performs the same task as
@@ -298,7 +298,7 @@ and
 (but not
 .BR vsyslog ())
 are specified in SUSv2, POSIX.1-2001, and POSIX.1-2008.
-
+.PP
 POSIX.1-2001 specifies only the
 .B LOG_USER
 and
@@ -312,7 +312,7 @@ and
 the other
 .I facility
 values appear on most UNIX systems.
-
+.PP
 The
 .B LOG_PERROR
 value for