]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: remove "interface to syslog(3)" from man page
authorKarel Zak <kzak@redhat.com>
Fri, 6 Mar 2015 10:48:23 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Mar 2015 10:48:23 +0000 (11:48 +0100)
since v2.26 logger does not use syslog(3) anymore

Reported-by: Rainer Gerhards <rgerhards@adiscon.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/logger.1

index 994616e61e4d73ef94cb2845cd862ed008c6ba48..9bc9f43929c400e166e05ada50380b7fb3688085 100644 (file)
@@ -40,10 +40,7 @@ logger \- enter messages into the system log
 .RI [ message ]
 .SH DESCRIPTION
 .B logger
-makes entries in the system log.  It provides a shell-command
-interface to the
-.BR syslog (3)
-system log module.
+makes entries in the system log.
 .sp
 When the optional \fImessage\fR argument is present, it is written
 to the log.  If it is not present, and the \fB\-f\fR option is not
@@ -245,7 +242,6 @@ For the priority order and intended purposes of these facilities and levels, see
 .B logger \-n loghost.example.com System rebooted
 .SH SEE ALSO
 .BR syslog (3),
-.BR syslogd (8),
 .BR journalctl (1),
 .BR systemd.journal-fields (7)
 .SH STANDARDS