History log of /openbsd-src/usr.sbin/syslogc/syslogc.8 (Results 1 – 11 of 11)
Revision Date Author Comments
# 41ce3b17 31-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


# 2e17c383 05-Nov-2015 jmc <jmc@openbsd.org>

"commandline" -> "command line", since there are so few examples
of the former in the pages, so many of the latter, and in some of
these pages we had multiple spellings;

prompted by tj


# 2cb6e4c6 12-Jul-2011 sthen <sthen@openbsd.org>

Allow syslogc -n XX to display less than the whole file, and -n XX -f to
display more/less than the default of 10. ok mpf@ jmc@


# 85b719f4 10-Sep-2008 sobrado <sobrado@openbsd.org>

sync synopsis and usage; documentation tweaks.

ok jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0c51c6f3 10-Jan-2007 jmc <jmc@openbsd.org>

- better wording for -f, as well as missing punctuation
- put CAVEATS in the right place


# c5dd883e 03-Jan-2007 mpf <mpf@openbsd.org>

Support for continuous reading of syslog memory buffers.
Works like ``tail -f'' on a log file.
OK markus@, djm@


# 661a0813 24-Sep-2005 djm <djm@openbsd.org>

mention marking of logs that have wrapped their buffer, from stevesk@


# b4f82bf3 11-Jul-2004 xsa <xsa@openbsd.org>

.Xr syslogd(8) in SEE ALSO; ok djm@ jmc@.


# 5b27f617 25-Jun-2004 djm <djm@openbsd.org>

support new syslogd control protocol and add new -o option to detect memory
buffer overflow; idea & ok markus@

NB if you are using memory buffered logging make sure you update both syslogd
and syslo

support new syslogd control protocol and add new -o option to detect memory
buffer overflow; idea & ok markus@

NB if you are using memory buffered logging make sure you update both syslogd
and syslogc _and_ restart syslogd because the protocol has changed

show more ...


# ffb9ed4e 04-Jan-2004 djm <djm@openbsd.org>

syslogc - client to read memory buffered logs from syslogd;
manpage nits jmc@, fixes jose@; ok deraadt@