OpenBSD CVS

CVS log for src/usr.sbin/syslogc/syslogc.8


[BACK] Up to [local] / src / usr.sbin / syslogc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:32 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

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@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 5 09:48:05 2015 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

"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

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 12 11:28:31 2011 UTC (12 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.8: +6 -3 lines
Diff to previous 1.8 (colored)

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@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 10 22:17:33 2008 UTC (15 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.7: +3 -6 lines
Diff to previous 1.7 (colored)

sync synopsis and usage; documentation tweaks.

ok jmc@

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 31 19:20:29 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

convert to new .Dd format;

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 10 13:50:32 2007 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.5: +9 -9 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 3 13:25:21 2007 UTC (17 years, 5 months ago) by mpf
Branch: MAIN
Changes since 1.4: +12 -2 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 24 02:09:54 2005 UTC (18 years, 8 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 11 12:11:54 2004 UTC (19 years, 11 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)


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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 25 19:11:38 2004 UTC (19 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 4 08:30:21 2004 UTC (20 years, 5 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.