diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 20:07:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 20:07:15 +0000 |
commit | 26ca1f82240d7e05c80808847236a9e0fb5d42f8 (patch) | |
tree | 1e0e09cb6bcd49d0c606b85a6f75d9c38a1d8895 /lib/libc/gen/syslog.3 | |
parent | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/syslog.3')
-rw-r--r-- | lib/libc/gen/syslog.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 4bd3f15ad45..ca7dbbfcce2 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslog.3,v 1.3 1999/05/23 14:11:00 aaron Exp $ +.\" $OpenBSD: syslog.3,v 1.4 1999/05/29 20:07:14 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -132,7 +132,7 @@ The .Fa logopt argument is a bit field specifying logging options, which is formed by -.Tn OR Ns 'ing +.Em OR Ns 'ing one or more of the following values: .Bl -tag -width LOG_AUTHPRIV .It Dv LOG_CONS |