diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/syslog.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 90de5e8..f0bf35e 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: syslog.3,v 1.5 1999/07/12 20:46:45 nik Exp $ .\" .Dd June 4, 1993 .Dt SYSLOG 3 @@ -205,6 +205,9 @@ Messages generated by random user processes. This is the default facility identifier if none is specified. .It Dv LOG_UUCP The uucp system. +.It Dv LOG_SECURITY +Security subsystems, such as +.Xr ipfw 4 . .It Dv LOG_LOCAL0 Reserved for local use. Similarly for |