svn commit: r262769 - head/usr.bin/logger

Brad Davis brd at FreeBSD.org
Wed Mar 5 02:10:11 UTC 2014


Author: brd (doc committer)
Date: Wed Mar  5 02:10:10 2014
New Revision: 262769
URL: http://svnweb.freebsd.org/changeset/base/262769

Log:
  - Clarify usage of the -f option.
  
  Reviewed by:	gjb@, dru@, and Allan Jude

Modified:
  head/usr.bin/logger/logger.1

Modified: head/usr.bin/logger/logger.1
==============================================================================
--- head/usr.bin/logger/logger.1	Wed Mar  5 01:49:39 2014	(r262768)
+++ head/usr.bin/logger/logger.1	Wed Mar  5 02:10:10 2014	(r262769)
@@ -28,7 +28,7 @@
 .\"	@(#)logger.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd August 2, 2006
+.Dd March 4, 2014
 .Dt LOGGER 1
 .Os
 .Sh NAME
@@ -74,7 +74,7 @@ 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.
 .It Fl h Ar host
 Send the message to the remote system
 .Ar host


More information about the svn-src-head mailing list