summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorChris Timmons <cwt@FreeBSD.org>2001-04-03 16:25:59 +0000
committerChris Timmons <cwt@FreeBSD.org>2001-04-03 16:25:59 +0000
commitceba99ef093001df5bcc0e56d1b6ae593d1229e0 (patch)
tree18342db1cdcc50faeb616458de0a62a1ea0acd4c /lib/libc
parent8239442d90b8afc685e74e56b449e97878e45adf (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/syslog.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index e392a8719cd9..23962cde9bb7 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -177,6 +177,8 @@ The same as
.Dv LOG_AUTH ,
but logged to a file readable only by
selected individuals.
+.It Dv LOG_CONSOLE
+Messages written to /dev/console by the kernel console output driver.
.It Dv LOG_CRON
The cron daemon:
.Xr cron 8 .