diff options
| author | Warren Block <wblock@FreeBSD.org> | 2015-03-22 01:25:57 +0000 |
|---|---|---|
| committer | Warren Block <wblock@FreeBSD.org> | 2015-03-22 01:25:57 +0000 |
| commit | 8c2eccbf4bb266ce5455ccb0b4103f5da6214c56 (patch) | |
| tree | 40323de21f36b62809d900452d3960344c60b7f2 /usr.bin/logger | |
| parent | 442cfe16f1beeae21118c407a99880387740d349 (diff) | |
Notes
Diffstat (limited to 'usr.bin/logger')
| -rw-r--r-- | usr.bin/logger/logger.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 46a2d0ff80875..f82bc4421238b 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 |
