From 41e81c759a94e86c846b0cc68d9bd29e3387e833 Mon Sep 17 00:00:00 2001 From: wblock Date: Sun, 22 Mar 2015 01:25:57 +0000 Subject: [PATCH] Describe the behavior when both -f and a message are given. Pointed out by Raphael Abreu on freebsd-doc. MFC after: 1 week --- usr.bin/logger/logger.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 46a2d0ff8087..f82bc4421238 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 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 -- 2.39.5