diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
| commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
| tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/logger | |
| parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/logger')
| -rw-r--r-- | usr.bin/logger/logger.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 55867a473319..e9bfd9893fce 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -74,13 +74,13 @@ Log the process id of the logger process with each line. .It Fl s Log the message to standard error, as well as the system log. -.It Fl f Ar file +.It Fl f Ar file Log the specified file. -.It Fl h Ar host -Send the message to the remote system +.It Fl h Ar host +Send the message to the remote system .Ar host instead of logging it locally. -.It Fl p Ar pri +.It Fl p Ar pri Enter the message with the specified priority. The priority may be specified numerically or as a ``facility.level'' pair. @@ -90,7 +90,7 @@ level in the .Ar local3 facility. The default is ``user.notice.'' -.It Fl t Ar tag +.It Fl t Ar tag Mark every line in the log with the specified .Ar tag . .It Ar message |
