diff options
author | ru <ru@FreeBSD.org> | 2001-04-04 09:52:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-04 09:52:28 +0000 |
commit | 91b29fba9603eb17034d95c3372fa92b725bb3ee (patch) | |
tree | 3aeaa51c08d015f5ecd79dc80dbd4b79e9a58f93 | |
parent | baf1e69c50b40f1adac61807f36aa7c20ca7ca7b (diff) | |
download | FreeBSD-src-91b29fba9603eb17034d95c3372fa92b725bb3ee.zip FreeBSD-src-91b29fba9603eb17034d95c3372fa92b725bb3ee.tar.gz |
mdoc(7) police: add missing .Pa call.
-rw-r--r-- | lib/libc/gen/syslog.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 23962cd..a276323 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 . |