summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-01 04:47:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-01 04:47:13 +0000
commitf27734140455e9a94216f9c680cc2ee16e8fa293 (patch)
tree6a47f48a8c605962949c9b694af4f75acf836d01 /lib/libc
parentf6f9a24700eab00c729d6da7fff78de4ab1970da (diff)
indent
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/syslog.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index f903794c51e..fa3ff7b3999 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslog.3,v 1.16 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: syslog.3,v 1.17 2002/07/01 04:47:12 deraadt Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -363,6 +363,7 @@ syslog(LOG_INFO|LOG_LOCAL2, "foobar error: %m");
.Pp
.Ed
For the reentrant functions:
+.Pp
.Bd -literal -offset indent -compact
struct syslog_data sdata = SYSLOG_DATA_INIT;