From owner-svn-src-head@FreeBSD.ORG Sat Mar 26 01:57:21 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id E02C21065670; Sat, 26 Mar 2011 01:57:21 +0000 (UTC) Date: Sat, 26 Mar 2011 01:57:21 +0000 From: Alexander Best To: Doug Barton Message-ID: <20110326015721.GA25582@freebsd.org> References: <201103260034.p2Q0YaC0098236@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201103260034.p2Q0YaC0098236@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r220015 - head/usr.sbin/newsyslog X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2011 01:57:22 -0000 On Sat Mar 26 11, Doug Barton wrote: > Author: dougb > Date: Sat Mar 26 00:34:35 2011 > New Revision: 220015 > URL: http://svn.freebsd.org/changeset/base/220015 > > Log: > Add an example for the use of the entry to help others > who are as slow as I am. shouldn't that be march 25th? ;) > > Discussed with: gordon > > Modified: > head/usr.sbin/newsyslog/newsyslog.conf.5 > > Modified: head/usr.sbin/newsyslog/newsyslog.conf.5 > ============================================================================== > --- head/usr.sbin/newsyslog/newsyslog.conf.5 Fri Mar 25 22:31:28 2011 (r220014) > +++ head/usr.sbin/newsyslog/newsyslog.conf.5 Sat Mar 26 00:34:35 2011 (r220015) > @@ -21,7 +21,7 @@ > .\" the suitability of this software for any purpose. It is > .\" provided "as is" without express or implied warranty. > .\" > -.Dd January 31, 2011 > +.Dd February 25, 2011 > .Dt NEWSYSLOG.CONF 5 > .Os > .Sh NAME > @@ -349,6 +349,11 @@ If this field is not present, then a > .Dv SIGHUP > signal will be sent. > .El > +.Sh EXAMPLES > +The following is an example of the > +.Dq Aq Li include > +entry: > +.Dl " /etc/newsyslog-local.conf" > .Sh SEE ALSO > .Xr bzip2 1 , > .Xr gzip 1 , -- a13x