Module Name:    src
Committed By:   mbalmer
Date:           Fri Jan  1 21:26:18 UTC 2010

Modified Files:
        src/usr.sbin/syslogd: syslog.conf.5

Log Message:
fold long lines.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/syslogd/syslog.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/syslogd/syslog.conf.5
diff -u src/usr.sbin/syslogd/syslog.conf.5:1.16 src/usr.sbin/syslogd/syslog.conf.5:1.17
--- src/usr.sbin/syslogd/syslog.conf.5:1.16	Thu Apr  9 02:41:44 2009
+++ src/usr.sbin/syslogd/syslog.conf.5	Fri Jan  1 21:26:18 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: syslog.conf.5,v 1.16 2009/04/09 02:41:44 joerg Exp $
+.\"	$NetBSD: syslog.conf.5,v 1.17 2010/01/01 21:26:18 mbalmer Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)syslog.conf.5	8.1 (Berkeley) 6/9/93
 .\"
-.Dd August 8, 2008
+.Dd January 1st, 2010
 .Dt SYSLOG.CONF 5
 .Os
 .Sh NAME
@@ -404,7 +404,8 @@
 Service name or port number to bind to.
 Default is
 .Sq syslog .
-.Em As long as no official port is assigned this option is required for TLS servers.
+.Em As long as no official port is assigned this option is required for TLS
+servers.
 .It Em tls_bindhost
 Hostname or IP to bind to.
 .It Em tls_gen_cert
@@ -586,7 +587,7 @@
 # Log all messages of level info or higher to another
 # machine using TLS with an alternative portname and a
 # fingerprint for athentication
-*.info					@[logserver]:1234(fingerprint="SHA1:01:02:...")
+*.info			@[logserver]:1234(fingerprint="SHA1:01:02:...")
 
 # Root and Eric get alert and higher messages.
 *.alert					root,eric

Reply via email to