diff options
author | 2007-01-10 13:50:32 +0000 | |
---|---|---|
committer | 2007-01-10 13:50:32 +0000 | |
commit | 0c51c6f3ef01967d641f8de36297ef6d45a23aab (patch) | |
tree | f471200adf22a8f10080663d9080a72161cfd368 /usr.sbin/syslogc/syslogc.8 | |
parent | add -k to usage(); (diff) | |
download | wireguard-openbsd-0c51c6f3ef01967d641f8de36297ef6d45a23aab.tar.xz wireguard-openbsd-0c51c6f3ef01967d641f8de36297ef6d45a23aab.zip |
- better wording for -f, as well as missing punctuation
- put CAVEATS in the right place
Diffstat (limited to 'usr.sbin/syslogc/syslogc.8')
-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. |