diff options
author | 2006-06-22 20:35:20 +0000 | |
---|---|---|
committer | 2006-06-22 20:35:20 +0000 | |
commit | 294add81f28af64e236b2ded9ce46bf17eeeb9a2 (patch) | |
tree | 93db2076aeb55b8ecb1af1a5707bea266f1a8df2 | |
parent | sort hardware section (diff) | |
download | wireguard-openbsd-294add81f28af64e236b2ded9ce46bf17eeeb9a2.tar.xz wireguard-openbsd-294add81f28af64e236b2ded9ce46bf17eeeb9a2.zip |
CAVEATS
syslogd does not create files, it only logs to existing ones.
From millert@: http://marc.theaimsgroup.com/?m=106329875409953
``Good idea'' millert@, ``fine by me too'' jmc@
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 26b19eb1304..14bdd612798 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.21 2004/12/02 21:58:57 jmc Exp $ +.\" $OpenBSD: syslogd.8,v 1.22 2006/06/22 20:35:20 ray Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -173,3 +173,7 @@ The .Nm command appeared in .Bx 4.3 . +.Sh CAVEATS +.Nm +does not create files, +it only logs to existing ones. |