diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
commit | 66ee8158b69525e12060ef558cb5d77feadab1dc (patch) | |
tree | 08b30f2d07df9213f5647bc6f60b5090a263ef43 /misc-utils/logger.1 | |
parent | 22853e4a82c6ef7b336527529acb94b14a0b0fd8 (diff) | |
download | util-linux-old-66ee8158b69525e12060ef558cb5d77feadab1dc.tar.gz |
Imported from util-linux-2.10s tarball.
Diffstat (limited to 'misc-utils/logger.1')
-rw-r--r-- | misc-utils/logger.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1 index b5459ed4..2c154ec0 100644 --- a/misc-utils/logger.1 +++ b/misc-utils/logger.1 @@ -41,7 +41,7 @@ .Nd make entries in the system log .Sh SYNOPSIS .Nm logger -.Op Fl is +.Op Fl isd .Op Fl f Ar file .Op Fl p Ar pri .Op Fl t Ar tag @@ -80,11 +80,12 @@ Mark every line in the log with the specified Write to socket as specified with .Ar socket instead of builtin syslog routines. +.It Fl d +Use a datagram instead of a stream connection to this socket. .It -- End the argument list. This is to allow the .Ar message -to start with a hyphen (\-). This feature was not present in the -original BSD logger command; it is a GNU-specific extra. +to start with a hyphen (\-). .It Ar message Write the message to log; if not specified, and the .Fl f |