aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 14:39:03 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 14:39:03 +0000
commit83edb87b68e28151e388ab695cb4dbd7a006d030 (patch)
tree9c443b119f068acc31bbddb91d33bb0ba6ddb3dc /usr.bin/logger
parentc097456602994138a4eb0868c852661beb6e99be (diff)
downloadsrc-83edb87b68e28151e388ab695cb4dbd7a006d030.tar.gz
src-83edb87b68e28151e388ab695cb4dbd7a006d030.zip
Add DIAGNOSTICS section name
Options: -> The following options are available:
Notes
Notes: svn path=/head/; revision=58610
Diffstat (limited to 'usr.bin/logger')
-rw-r--r--usr.bin/logger/logger.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1
index b2abd2ba2de2..9062fb341833 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.