summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.1
diff options
context:
space:
mode:
authorKarel Zak2015-03-06 11:48:23 +0100
committerKarel Zak2015-03-06 11:48:23 +0100
commit1c936504d5a21d54f13058f2cc47fef7f3d4c6bd (patch)
tree2c019e7d5da7176db0131ef1375bcd697defe64a /misc-utils/logger.1
parentMerge branch 'logger-kernel-regression' of https://github.com/rgerhards/util-... (diff)
downloadkernel-qcow2-util-linux-1c936504d5a21d54f13058f2cc47fef7f3d4c6bd.tar.gz
kernel-qcow2-util-linux-1c936504d5a21d54f13058f2cc47fef7f3d4c6bd.tar.xz
kernel-qcow2-util-linux-1c936504d5a21d54f13058f2cc47fef7f3d4c6bd.zip
logger: remove "interface to syslog(3)" from man page
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>
Diffstat (limited to 'misc-utils/logger.1')
-rw-r--r--misc-utils/logger.16
1 files changed, 1 insertions, 5 deletions
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index 994616e61..9bc9f4392 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -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