svn commit: r280977 - stable/10/usr.bin/logger

Warren Block wblock at FreeBSD.org
Thu Apr 2 02:15:00 UTC 2015


Author: wblock (doc committer)
Date: Thu Apr  2 02:14:58 2015
New Revision: 280977
URL: https://svnweb.freebsd.org/changeset/base/280977

Log:
  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 at gmail.com> on freebsd-doc.

Modified:
  stable/10/usr.bin/logger/logger.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/logger/logger.1
==============================================================================
--- stable/10/usr.bin/logger/logger.1	Thu Apr  2 01:49:12 2015	(r280976)
+++ stable/10/usr.bin/logger/logger.1	Thu Apr  2 02:14:58 2015	(r280977)
@@ -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


More information about the svn-src-all mailing list