History log of /openbsd-current/lib/libc/gen/syslog.3
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.37 31-Mar-2022 naddy

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 tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.36 05-Feb-2020 schwarze

More precision regarding the openlog(3) *ident argument;
direction suggested by Laurence Tratt <laurie at tratt dot net>,
part of the wording from deraadt@.
While here, add the missing STANDARDS section, correct HISTORY,
drop redundant verbiage from RETURN VALUES, and garbage collect .Tn.
OK sthen@ jmc@ millert@ and Laurence Tratt,
and deraadt@ likes one line of the patch in particular.


Revision tags: OPENBSD_6_6_BASE
# 1.35 30-Aug-2019 jmc

mop up stdarg rename; ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.34 29-Aug-2017 millert

It is confusing to talk about priorities being ordered from high
to low when they are actually numbered in the opposite (numerical)
order. Use "ordered by decreasing importance" instead. Also try
to make it clear that LOG_UPTO uses the numerical priorities where
a larger value means a lower priority. OK jmc@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.33 30-Mar-2016 jmc

some Xr adjustment to catch up with MLINKS removal;


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.32 10-Jul-2014 deraadt

Don't document the guts of struct syslog_data. This man page only needs
to demonstrate to use it with syslog_r.
pointed out by millert


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.31 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 1.30 01-Jun-2013 espie

reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s
input.
okay jmc@, schwarze@


# 1.29 11-Mar-2013 jmc

document LOG_ODELAY; from Daniel Dickman
ok millert


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.28 07-May-2008 claudio

routed is no more so use dhcpd in these examples instead. OK norby@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.27 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_1_BASE
# 1.26 26-Oct-2006 jmc

various fixes from wiz@netbsd


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.25 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.24 16-Apr-2004 jmc

more display/list fixes, and a little whitespace;


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.23 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.22 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.21 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.20 19-Jan-2003 millert

programs that chroot must use LOG_NDELAY; deraadt@ OK


Revision tags: OPENBSD_3_2_BASE
# 1.19 05-Jul-2002 deraadt

more refinement


# 1.18 02-Jul-2002 stevesk

missing priority argument in example; ok millert@


# 1.17 01-Jul-2002 deraadt

indent


# 1.16 30-Apr-2002 mpech

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;

millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.15 08-Nov-2001 mpech

My part of help, while i'm here:
o) better -mdoc design;
o) add section number to .Xr;
o) close .Bd;
o) start new sentence on a new line;

jjbg@, millert@ ok


# 1.14 05-Nov-2001 jjbg

Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.


# 1.13 24-Oct-2001 jjbg

syslog_r() implementation. deraadt@ ok.


Revision tags: OPENBSD_3_0_BASE
# 1.12 27-Jul-2001 marc

varargs.h -> stdarg.h


Revision tags: OPENBSD_2_9_BASE
# 1.11 17-Feb-2001 pjanzen

It's not that I mind split infinitives. I just like to save'em for when
they're really needed.


# 1.10 24-Dec-2000 aaron

Various repairs, mostly to get rid of short lines.


Revision tags: OPENBSD_2_8_BASE
# 1.9 25-Aug-2000 aaron

In the format string bug description under CAVEATS, clarify what we mean by
building the string ``by hand'' using a function like snprintf(); deraadt@ ok


# 1.8 16-Jul-2000 millert

Stronger caveat wrt stack smashing via % escapes. Each man page
carries the same caveat...


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 06-Jun-1999 pjanzen

Grammatical, spelling, and format fixes


# 1.5 05-Jun-1999 aaron

change some .Em/.Va to .Li, looks nicer


# 1.4 29-May-1999 aaron

repairs


# 1.3 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.2 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.36 05-Feb-2020 schwarze

More precision regarding the openlog(3) *ident argument;
direction suggested by Laurence Tratt <laurie at tratt dot net>,
part of the wording from deraadt@.
While here, add the missing STANDARDS section, correct HISTORY,
drop redundant verbiage from RETURN VALUES, and garbage collect .Tn.
OK sthen@ jmc@ millert@ and Laurence Tratt,
and deraadt@ likes one line of the patch in particular.


Revision tags: OPENBSD_6_6_BASE
# 1.35 30-Aug-2019 jmc

mop up stdarg rename; ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.34 29-Aug-2017 millert

It is confusing to talk about priorities being ordered from high
to low when they are actually numbered in the opposite (numerical)
order. Use "ordered by decreasing importance" instead. Also try
to make it clear that LOG_UPTO uses the numerical priorities where
a larger value means a lower priority. OK jmc@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.33 30-Mar-2016 jmc

some Xr adjustment to catch up with MLINKS removal;


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.32 10-Jul-2014 deraadt

Don't document the guts of struct syslog_data. This man page only needs
to demonstrate to use it with syslog_r.
pointed out by millert


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.31 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 1.30 01-Jun-2013 espie

reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s
input.
okay jmc@, schwarze@


# 1.29 11-Mar-2013 jmc

document LOG_ODELAY; from Daniel Dickman
ok millert


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.28 07-May-2008 claudio

routed is no more so use dhcpd in these examples instead. OK norby@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.27 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_1_BASE
# 1.26 26-Oct-2006 jmc

various fixes from wiz@netbsd


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.25 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.24 16-Apr-2004 jmc

more display/list fixes, and a little whitespace;


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.23 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.22 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.21 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.20 19-Jan-2003 millert

programs that chroot must use LOG_NDELAY; deraadt@ OK


Revision tags: OPENBSD_3_2_BASE
# 1.19 05-Jul-2002 deraadt

more refinement


# 1.18 02-Jul-2002 stevesk

missing priority argument in example; ok millert@


# 1.17 01-Jul-2002 deraadt

indent


# 1.16 30-Apr-2002 mpech

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;

millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.15 08-Nov-2001 mpech

My part of help, while i'm here:
o) better -mdoc design;
o) add section number to .Xr;
o) close .Bd;
o) start new sentence on a new line;

jjbg@, millert@ ok


# 1.14 05-Nov-2001 jjbg

Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.


# 1.13 24-Oct-2001 jjbg

syslog_r() implementation. deraadt@ ok.


Revision tags: OPENBSD_3_0_BASE
# 1.12 27-Jul-2001 marc

varargs.h -> stdarg.h


Revision tags: OPENBSD_2_9_BASE
# 1.11 17-Feb-2001 pjanzen

It's not that I mind split infinitives. I just like to save'em for when
they're really needed.


# 1.10 24-Dec-2000 aaron

Various repairs, mostly to get rid of short lines.


Revision tags: OPENBSD_2_8_BASE
# 1.9 25-Aug-2000 aaron

In the format string bug description under CAVEATS, clarify what we mean by
building the string ``by hand'' using a function like snprintf(); deraadt@ ok


# 1.8 16-Jul-2000 millert

Stronger caveat wrt stack smashing via % escapes. Each man page
carries the same caveat...


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 06-Jun-1999 pjanzen

Grammatical, spelling, and format fixes


# 1.5 05-Jun-1999 aaron

change some .Em/.Va to .Li, looks nicer


# 1.4 29-May-1999 aaron

repairs


# 1.3 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.2 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.35 30-Aug-2019 jmc

mop up stdarg rename; ok deraadt


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.34 29-Aug-2017 millert

It is confusing to talk about priorities being ordered from high
to low when they are actually numbered in the opposite (numerical)
order. Use "ordered by decreasing importance" instead. Also try
to make it clear that LOG_UPTO uses the numerical priorities where
a larger value means a lower priority. OK jmc@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.33 30-Mar-2016 jmc

some Xr adjustment to catch up with MLINKS removal;


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.32 10-Jul-2014 deraadt

Don't document the guts of struct syslog_data. This man page only needs
to demonstrate to use it with syslog_r.
pointed out by millert


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.31 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 1.30 01-Jun-2013 espie

reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s
input.
okay jmc@, schwarze@


# 1.29 11-Mar-2013 jmc

document LOG_ODELAY; from Daniel Dickman
ok millert


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.28 07-May-2008 claudio

routed is no more so use dhcpd in these examples instead. OK norby@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.27 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_1_BASE
# 1.26 26-Oct-2006 jmc

various fixes from wiz@netbsd


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.25 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.24 16-Apr-2004 jmc

more display/list fixes, and a little whitespace;


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.23 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.22 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.21 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.20 19-Jan-2003 millert

programs that chroot must use LOG_NDELAY; deraadt@ OK


Revision tags: OPENBSD_3_2_BASE
# 1.19 05-Jul-2002 deraadt

more refinement


# 1.18 02-Jul-2002 stevesk

missing priority argument in example; ok millert@


# 1.17 01-Jul-2002 deraadt

indent


# 1.16 30-Apr-2002 mpech

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;

millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.15 08-Nov-2001 mpech

My part of help, while i'm here:
o) better -mdoc design;
o) add section number to .Xr;
o) close .Bd;
o) start new sentence on a new line;

jjbg@, millert@ ok


# 1.14 05-Nov-2001 jjbg

Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.


# 1.13 24-Oct-2001 jjbg

syslog_r() implementation. deraadt@ ok.


Revision tags: OPENBSD_3_0_BASE
# 1.12 27-Jul-2001 marc

varargs.h -> stdarg.h


Revision tags: OPENBSD_2_9_BASE
# 1.11 17-Feb-2001 pjanzen

It's not that I mind split infinitives. I just like to save'em for when
they're really needed.


# 1.10 24-Dec-2000 aaron

Various repairs, mostly to get rid of short lines.


Revision tags: OPENBSD_2_8_BASE
# 1.9 25-Aug-2000 aaron

In the format string bug description under CAVEATS, clarify what we mean by
building the string ``by hand'' using a function like snprintf(); deraadt@ ok


# 1.8 16-Jul-2000 millert

Stronger caveat wrt stack smashing via % escapes. Each man page
carries the same caveat...


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 06-Jun-1999 pjanzen

Grammatical, spelling, and format fixes


# 1.5 05-Jun-1999 aaron

change some .Em/.Va to .Li, looks nicer


# 1.4 29-May-1999 aaron

repairs


# 1.3 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.2 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_2_BASE
# 1.34 29-Aug-2017 millert

It is confusing to talk about priorities being ordered from high
to low when they are actually numbered in the opposite (numerical)
order. Use "ordered by decreasing importance" instead. Also try
to make it clear that LOG_UPTO uses the numerical priorities where
a larger value means a lower priority. OK jmc@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.33 30-Mar-2016 jmc

some Xr adjustment to catch up with MLINKS removal;


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.32 10-Jul-2014 deraadt

Don't document the guts of struct syslog_data. This man page only needs
to demonstrate to use it with syslog_r.
pointed out by millert


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.31 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 1.30 01-Jun-2013 espie

reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s
input.
okay jmc@, schwarze@


# 1.29 11-Mar-2013 jmc

document LOG_ODELAY; from Daniel Dickman
ok millert


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.28 07-May-2008 claudio

routed is no more so use dhcpd in these examples instead. OK norby@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.27 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_1_BASE
# 1.26 26-Oct-2006 jmc

various fixes from wiz@netbsd


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.25 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.24 16-Apr-2004 jmc

more display/list fixes, and a little whitespace;


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.23 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.22 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.21 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.20 19-Jan-2003 millert

programs that chroot must use LOG_NDELAY; deraadt@ OK


Revision tags: OPENBSD_3_2_BASE
# 1.19 05-Jul-2002 deraadt

more refinement


# 1.18 02-Jul-2002 stevesk

missing priority argument in example; ok millert@


# 1.17 01-Jul-2002 deraadt

indent


# 1.16 30-Apr-2002 mpech

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;

millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.15 08-Nov-2001 mpech

My part of help, while i'm here:
o) better -mdoc design;
o) add section number to .Xr;
o) close .Bd;
o) start new sentence on a new line;

jjbg@, millert@ ok


# 1.14 05-Nov-2001 jjbg

Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.


# 1.13 24-Oct-2001 jjbg

syslog_r() implementation. deraadt@ ok.


Revision tags: OPENBSD_3_0_BASE
# 1.12 27-Jul-2001 marc

varargs.h -> stdarg.h


Revision tags: OPENBSD_2_9_BASE
# 1.11 17-Feb-2001 pjanzen

It's not that I mind split infinitives. I just like to save'em for when
they're really needed.


# 1.10 24-Dec-2000 aaron

Various repairs, mostly to get rid of short lines.


Revision tags: OPENBSD_2_8_BASE
# 1.9 25-Aug-2000 aaron

In the format string bug description under CAVEATS, clarify what we mean by
building the string ``by hand'' using a function like snprintf(); deraadt@ ok


# 1.8 16-Jul-2000 millert

Stronger caveat wrt stack smashing via % escapes. Each man page
carries the same caveat...


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 06-Jun-1999 pjanzen

Grammatical, spelling, and format fixes


# 1.5 05-Jun-1999 aaron

change some .Em/.Va to .Li, looks nicer


# 1.4 29-May-1999 aaron

repairs


# 1.3 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.2 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision