summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-04 09:54:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-04 09:54:17 +0000
commit31c5afc00bb7e38b9172bca89b346b74dbe82b6e (patch)
tree3779764dba627f33b35e358c78d1b1d4a1e4fb25 /lib/libc
parentadad77c719ec3a85081a11584caf2ebce854b8e2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/syslog.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index 23962cde9bb7..a2763234f4fb 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -178,7 +178,9 @@ The same as
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.
+Messages written to
+.Pa /dev/console
+by the kernel console output driver.
.It Dv LOG_CRON
The cron daemon:
.Xr cron 8 .