diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-01 04:47:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-01 04:47:13 +0000 |
commit | f27734140455e9a94216f9c680cc2ee16e8fa293 (patch) | |
tree | 6a47f48a8c605962949c9b694af4f75acf836d01 /lib/libc | |
parent | f6f9a24700eab00c729d6da7fff78de4ab1970da (diff) |
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; |