diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 14:39:03 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 14:39:03 +0000 |
commit | 9277a81bd6d97c7fa5877fc48b9ba8d9f1f862f0 (patch) | |
tree | 3a4610fc70c8fa13bbb654ea811bc5c8bea0d523 /usr.bin/logger | |
parent | 4f71f300d3e81a0d58ce6e4c28ad25e45b5bf185 (diff) | |
download | FreeBSD-src-9277a81bd6d97c7fa5877fc48b9ba8d9f1f862f0.zip FreeBSD-src-9277a81bd6d97c7fa5877fc48b9ba8d9f1f862f0.tar.gz |
Add DIAGNOSTICS section name
Options: -> The following options are available:
Diffstat (limited to 'usr.bin/logger')
-rw-r--r-- | usr.bin/logger/logger.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index b2abd2b..9062fb3 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -51,9 +51,8 @@ provides a shell command interface to the .Xr syslog 3 system log module. .Pp -Options: -.Pp -.Bl -tag -width "message" +The following options are available: +.Bl -tag -width indent .It Fl i Log the process id of the logger process with each line. @@ -80,7 +79,7 @@ Write the message to log; if not specified, and the flag is not provided, standard input is logged. .El -.Pp +.Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. |