Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 01:25:58 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280336 - head/usr.bin/logger
Message-ID:  <201503220125.t2M1Pwvr061291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Sun Mar 22 01:25:57 2015
New Revision: 280336
URL: https://svnweb.freebsd.org/changeset/base/280336

Log:
  Describe the behavior when both -f and a message are given.  Pointed out by
  Raphael Abreu <raphael.lorenzeto@gmail.com> on freebsd-doc.
  
  MFC after:	1 week

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

Modified: head/usr.bin/logger/logger.1
==============================================================================
--- head/usr.bin/logger/logger.1	Sat Mar 21 23:39:34 2015	(r280335)
+++ head/usr.bin/logger/logger.1	Sun Mar 22 01:25:57 2015	(r280336)
@@ -28,7 +28,7 @@
 .\"	@(#)logger.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd March 4, 2014
+.Dd March 21, 2015
 .Dt LOGGER 1
 .Os
 .Sh NAME
@@ -75,6 +75,7 @@ with each line.
 Log the message to standard error, as well as the system log.
 .It Fl f Ar 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503220125.t2M1Pwvr061291>