diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-10 13:50:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-10 13:50:33 +0000 |
commit | 189c0415ebe5af0b1bdc28b054160ddff5d5a540 (patch) | |
tree | 3159cda4c73f1e272aa0bc7506b7eba08331b36d /usr.sbin | |
parent | 521cc8367553b42dceea9beee33678a863eb9d5c (diff) |
- better wording for -f, as well as missing punctuation
- put CAVEATS in the right place
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/syslogc/syslogc.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/syslogc/syslogc.8 b/usr.sbin/syslogc/syslogc.8 index a1769c48b70..8f00913c08e 100644 --- a/usr.sbin/syslogc/syslogc.8 +++ b/usr.sbin/syslogc/syslogc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogc.8,v 1.5 2007/01/03 13:25:21 mpf Exp $ +.\" $OpenBSD: syslogc.8,v 1.6 2007/01/10 13:50:32 jmc Exp $ .\" .\" Copyright (c) 2004 Damien Miller .\" @@ -61,10 +61,10 @@ Request that the log buffer be cleared without reading it. Request that the log buffer be cleared once it has been read. .It Fl f Print out the last 10 lines and read from the buffer continuously. -Like -.Ar -f -in -.Xr tail 1 +Like the +.Fl f +option in +.Xr tail 1 . .It Fl o Check whether the specified log has overflowed. If the log has overflowed, then a message will be printed to @@ -79,10 +79,6 @@ will be appended to its name. Specify alternate reporting socket location (the default is .Pa /var/run/syslogd.sock ) . .El -.Sh CAVEATS -The buffer space used for writing logs through the socket is limited. -Thus it is possible to lose logs when running in continuous mode. -Losses are reported on standard error. .Sh SEE ALSO .Xr syslog 3 , .Xr syslog.conf 5 , @@ -92,3 +88,7 @@ The .Nm command first appeared in .Ox 3.5 . +.Sh CAVEATS +The buffer space used for writing logs through the socket is limited. +Thus it is possible to lose logs when running in continuous mode. +Losses are reported on standard error. |