summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogc/syslogc.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "commandline" -> "command line", since there are so few examplesjmc2015-11-051-3/+3
| | | | | | | of the former in the pages, so many of the latter, and in some of these pages we had multiple spellings; prompted by tj
* Allow syslogc -n XX to display less than the whole file, and -n XX -f tosthen2011-07-121-3/+6
| | | | display more/less than the default of 10. ok mpf@ jmc@
* sync synopsis and usage; documentation tweaks.sobrado2008-09-101-6/+3
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - better wording for -f, as well as missing punctuationjmc2007-01-101-9/+9
| | | | - put CAVEATS in the right place
* Support for continuous reading of syslog memory buffers.mpf2007-01-031-2/+12
| | | | | Works like ``tail -f'' on a log file. OK markus@, djm@
* mention marking of logs that have wrapped their buffer, from stevesk@djm2005-09-241-1/+4
|
* .Xr syslogd(8) in SEE ALSO; ok djm@ jmc@.xsa2004-07-111-2/+3
|
* support new syslogd control protocol and add new -o option to detect memorydjm2004-06-251-2/+7
| | | | | | | 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
* syslogc - client to read memory buffered logs from syslogd;djm2004-01-041-0/+75
manpage nits jmc@, fixes jose@; ok deraadt@