diff options
-rw-r--r-- | lib/libc/gen/syslog.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index a53ba1d..437b622 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -197,6 +197,8 @@ etc. The mail system. .It Dv LOG_NEWS The network news system. +.It Dv LOG_SECURITY +Security subsystems, such as .It Dv LOG_SYSLOG Messages generated internally by .Xr syslogd 8 . @@ -205,8 +207,6 @@ 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. |