summaryrefslogtreecommitdiff
path: root/man3/syslog.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/syslog.3')
-rw-r--r--man3/syslog.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/syslog.3 b/man3/syslog.3
index 40056560b..65eabdf8a 100644
--- a/man3/syslog.3
+++ b/man3/syslog.3
@@ -24,7 +24,7 @@
.\"
.\" Updated 13 Oct 2001, Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added description of vsyslog
-.\" Added descriptions of (SUSv3-specified) LOG_ODELAY and LOG_NOWAIT
+.\" Added descriptions of LOG_ODELAY and LOG_NOWAIT
.\" Added brief description of facility and option arguments
.\" Added CONFORMING TO section
.\" 2001-10-13, aeb, minor changes
@@ -141,7 +141,7 @@ opening of the connection is delayed until
is called. (This is the default, and need not be specified.)
.TP
.B LOG_PERROR
-(Not in SUSv3.) Print to stderr as well.
+(Not in POSIX.1-2001.) Print to stderr as well.
.TP
.B LOG_PID
Include PID with each message.
@@ -234,8 +234,8 @@ and
.BR syslog ()
(but not
.BR vsyslog ())
-are specified in SUSv2 and POSIX 1003.1-2001.
-POSIX 1003.1-2001 specifies only the
+are specified in SUSv2 and POSIX.1-2001.
+POSIX.1-2001 specifies only the
.B LOG_USER
and
.BR LOG_LOCAL*
@@ -252,7 +252,7 @@ The
.B LOG_PERROR
value for
.I option
-is not specified by POSIX 1003.1-2001, but is available
+is not specified by POSIX.1-2001, but is available
in most versions of Unix.
.SH HISTORY
A