]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: mention long option in logger man page
authorSami Kerola <kerolasa@iki.fi>
Thu, 24 Feb 2011 19:16:42 +0000 (20:16 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 11:05:39 +0000 (12:05 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/logger.1

index d99c9f40cfdfd1ec058df92abba2e72556127101..4312551b9feab5f240ff9e9d878b98860222080f 100644 (file)
@@ -59,14 +59,15 @@ system log module.
 Options:
 .Pp
 .Bl -tag -width "message"
-.It Fl i
+.It Fl i, Fl Fl id
 Log the process id of the logger process
 with each line.
-.It Fl s
+.It Fl s, Fl Fl stderr
 Log the message to standard error, as well as the system log.
-.It Fl f Ar file 
-Log the specified file.
-.It Fl p Ar pri 
+.It Fl f, Fl Fl file Ar file
+Log contents of the specified file. This option cannot be
+combined with command line message.
+.It Fl p, Fl Fl priority Ar pri
 Enter the message with the specified priority.
 The priority may be specified numerically or as a ``facility.level''
 pair.
@@ -76,20 +77,20 @@ level in the
 .Ar local3
 facility.
 The default is ``user.notice.''
-.It Fl t Ar tag 
+.It Fl t, Fl Fl tag Ar tag
 Mark every line in the log with the specified
 .Ar tag  .
-.It Fl u Ar sock
+.It Fl u, Fl Fl socket Ar sock
 Write to socket as specified with
 .Ar socket
 instead of builtin syslog routines.
-.It Fl d
+.It Fl d, Fl Fl udp
 Use a datagram instead of a stream connection to this socket.
-.It Fl n Ar serv
+.It Fl n, Fl Fl server Ar serv
 Write to remote syslog server using UDP as specified with
 .Ar server
 instead of builtin syslog routines.
-.It Fl P Ar port
+.It Fl P, Fl Fl port Ar port
 Change UDP port to the value as specified with
 .Ar udpport  .
 Default port number is 514.