diff options
author | 2002-07-01 04:47:12 +0000 | |
---|---|---|
committer | 2002-07-01 04:47:12 +0000 | |
commit | ce7a425471fe8f50a7e5d1531e7399ba6807f56c (patch) | |
tree | b7d7adb9725c574feacbc4b7307b894bf9d0182d /lib/libc | |
parent | typo. (diff) | |
download | wireguard-openbsd-ce7a425471fe8f50a7e5d1531e7399ba6807f56c.tar.xz wireguard-openbsd-ce7a425471fe8f50a7e5d1531e7399ba6807f56c.zip |
indent
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/syslog.3 | 3 |
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; |