summaryrefslogtreecommitdiffstats
path: root/usr.bin/logger
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2015-04-02 02:14:58 +0000
committerwblock <wblock@FreeBSD.org>2015-04-02 02:14:58 +0000
commit4b74d7e3efdd886761a3f7aac74f04ec2d236489 (patch)
tree0e609d1aea376df283ea2357deba8d189416ca49 /usr.bin/logger
parentb09b758bf25e41249b9253a3a796713405f28b4d (diff)
downloadFreeBSD-src-4b74d7e3efdd886761a3f7aac74f04ec2d236489.zip
FreeBSD-src-4b74d7e3efdd886761a3f7aac74f04ec2d236489.tar.gz
MFC r262769:
- Clarify usage of the -f option. MFC r280336: Describe the behavior when both -f and a message are given. Pointed out by Raphael Abreu <raphael.lorenzeto@gmail.com> on freebsd-doc.
Diffstat (limited to 'usr.bin/logger')
-rw-r--r--usr.bin/logger/logger.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1
index ed893f3..f82bc44 100644
--- a/usr.bin/logger/logger.1
+++ b/usr.bin/logger/logger.1
@@ -28,7 +28,7 @@
.\" @(#)logger.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd August 2, 2006
+.Dd March 21, 2015
.Dt LOGGER 1
.Os
.Sh NAME
@@ -74,7 +74,8 @@ with each line.
.It Fl s
Log the message to standard error, as well as the system log.
.It Fl f Ar file
-Log the specified file.
+Read the contents of the specified file into syslog.
+This option is ignored when a message is also specified.
.It Fl h Ar host
Send the message to the remote system
.Ar host
OpenPOWER on IntegriCloud