mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
- better wording for -f, as well as missing punctuation
- put CAVEATS in the right place
This commit is contained in:
parent
627424c62c
commit
0c51c6f3ef
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user