mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
442cfe16f1
commit
8c2eccbf4b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue