diff options
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index b1bfc0812b7..78d22ff2fd4 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $OpenBSD: syslog.conf.5,v 1.14 2004/01/04 08:28:49 djm Exp $ +.\" $OpenBSD: syslog.conf.5,v 1.15 2004/01/05 09:38:50 jmc Exp $ .\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" .Dd June 9, 1993 @@ -205,8 +205,8 @@ An asterisk. Selected messages are written to all logged-in users. .It A colon, followed by a memory buffer size -.Pq in kilobytes -another colon, followed by a buffer name. +.Pq in kilobytes , +followed by another colon, followed by a buffer name. Selected messages are written to an in-memory buffer that may be read using .Xr syslogc 8 . Memory buffered logging is useful to provide access to log data on devices |