summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-12-05 20:41:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-12-05 20:41:56 +0000
commit840f81f0d1eac1ea88fea1dfafd70275d8cc3a75 (patch)
treeb101d896e539d25def5fd2db92215703ef131c56 /lib/libc
parent45b78467937f36158e94ec530dfb922c9b6c2d8c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/syslog.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index fc128483832f..7ee51bb9ba85 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -147,7 +147,7 @@ cannot pass the message to
.Xr syslogd 8
it will attempt to write the message to the console
.Pq Dq Pa /dev/console.
-.It Dv LOG_NDELAY
+.It Dv LOG_NDELAY
Open the connection to
.Xr syslogd 8
immediately.
@@ -218,7 +218,7 @@ Similarly for
.Dv LOG_LOCAL1
through
.Dv LOG_LOCAL7 .
-.El
+.El
.Pp
The
.Fn closelog
@@ -274,5 +274,5 @@ syslog(LOG_INFO|LOG_LOCAL2, "foobar error: %m");
.Xr syslogd 8
.Sh HISTORY
These
-functions appeared in
+functions appeared in
.Bx 4.2 .