From sead@mail.ru  Tue Mar 28 12:51:07 2006
Return-Path: <sead@mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2165016A400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Mar 2006 12:51:07 +0000 (UTC)
	(envelope-from sead@mail.ru)
Received: from f53.mail.ru (f53.mail.ru [194.67.57.88])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B28E743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Mar 2006 12:51:06 +0000 (GMT)
	(envelope-from sead@mail.ru)
Received: from mail by f53.mail.ru with local 
	id 1FODf7-000Lq4-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 28 Mar 2006 16:51:05 +0400
Received: from [80.237.70.246] by win.mail.ru with HTTP;
	Tue, 28 Mar 2006 18:51:05 +0600
Message-Id: <E1FODf7-000Lq4-00.sead-mail-ru@f53.mail.ru>
Date: Tue, 28 Mar 2006 18:51:05 +0600
From: SeaD <sead@mail.ru>
Reply-To: SeaD <sead@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: small cosmetical man fix

>Number:         95039
>Category:       docs
>Synopsis:       [patch] small cosmetic syslog.conf(5) fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 13:00:24 GMT 2006
>Closed-Date:    Fri Nov 03 09:25:51 GMT 2006
>Last-Modified:  Fri Nov  3 09:30:16 GMT 2006
>Originator:     SeaD
>Release:        FreeBSD 6.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD newcom.perm.ws 6.0-RELEASE-p3 FreeBSD 6.0-RELEASE-p3 #2: Mon Feb



>Description:

>How-To-Repeat:

>Fix:

--- syslog.conf.5.orig  Thu Aug 18 21:01:27 2005
+++ syslog.conf.5       Tue Mar 28 14:09:05 2006
@@ -94,9 +94,27 @@
 The
 .Em facility
 describes the part of the system generating the message, and is one of
-the following keywords: auth, authpriv, console, cron, daemon, ftp, kern,
-lpr, mail, mark, news, ntp, security, syslog, user, uucp and local0 through
-local7.
+the following keywords:
+.Cm auth ,
+.Cm authpriv ,
+.Cm console ,
+.Cm cron ,
+.Cm daemon ,
+.Cm ftp ,
+.Cm kern ,
+.Cm lpr ,
+.Cm mail ,
+.Cm mark ,
+.Cm news ,
+.Cm ntp ,
+.Cm security ,
+.Cm syslog ,
+.Cm user,
+.Cm uucp
+and
+.Cm local0
+through
+.Cm local7 .
 These keywords (with the exception of mark) correspond to
 similar
 .Dq Dv LOG_
@@ -132,8 +150,16 @@
 The
 .Em level
 describes the severity of the message, and is a keyword from the
-following ordered list (higher to lower): emerg, alert, crit, err,
-warning, notice, info and debug.
+following ordered list (higher to lower):
+.Cm emerg ,
+.Cm alert ,
+.Cm crit ,
+.Cm err ,
+.Cm warning ,
+.Cm notice ,
+.Cm info
+and
+.Cm debug .
 These keywords correspond to
 similar
 .Dq Dv LOG_

>Release-Note:
>Audit-Trail:

From: Ceri Davies <ceri@submonkey.net>
To: SeaD <sead@mail.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/95039: small cosmetical man fix
Date: Tue, 18 Apr 2006 22:26:34 +0100

 On Tue, Mar 28, 2006 at 06:51:05PM +0600, SeaD wrote:
 > 
 > --- syslog.conf.5.orig  Thu Aug 18 21:01:27 2005
 > +++ syslog.conf.5       Tue Mar 28 14:09:05 2006
 > @@ -94,9 +94,27 @@
 >  The
 >  .Em facility
 >  describes the part of the system generating the message, and is one of
 > -the following keywords: auth, authpriv, console, cron, daemon, ftp, kern,
 > -lpr, mail, mark, news, ntp, security, syslog, user, uucp and local0 through
 > -local7.
 > +the following keywords:
 > +.Cm auth ,
 > +.Cm authpriv ,
 > +.Cm console ,
 > +.Cm cron ,
 > +.Cm daemon ,
 > +.Cm ftp ,
 > +.Cm kern ,
 > +.Cm lpr ,
 > +.Cm mail ,
 > +.Cm mark ,
 > +.Cm news ,
 > +.Cm ntp ,
 > +.Cm security ,
 > +.Cm syslog ,
 > +.Cm user,
 > +.Cm uucp
 > +and
 > +.Cm local0
 > +through
 > +.Cm local7 .
 
 I think that .Li would be more appropriate.
 
 Ceri
 -- 
 That must be wonderful!  I don't understand it at all.
                                                   -- Moliere

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/95039: commit references a PR
Date: Thu, 12 Oct 2006 01:59:40 +0000 (UTC)

 trhodes     2006-10-12 01:59:34 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.sbin/syslogd     syslog.conf.5 
   Log:
   Mark up keywords with .Cm.
   
   PR:             95039
   Sumitted by:    SeaD (older version)
   Reviewed by:    ru
   
   Revision  Changes    Path
   1.44      +11 -5     src/usr.sbin/syslogd/syslog.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Thu Oct 12 02:01:17 UTC 2006 
State-Changed-Why:  
Slightly different version of your patch committed, thanks for 
the submission! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Thu Oct 12 02:01:17 UTC 2006 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95039 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Fri Nov 3 09:25:31 UTC 2006 
State-Changed-Why:  
Changes merged into RELENG_6, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95039 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/95039: commit references a PR
Date: Fri,  3 Nov 2006 09:25:28 +0000 (UTC)

 trhodes     2006-11-03 09:24:52 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.sbin/syslogd     syslog.conf.5 
   Log:
   MFC 1.43 (markup fixes by ru) and 1.44:
     Mark up keywords with .Cm.
   
     PR:             95039
     Sumitted by:    SeaD (older version)
     Reviewed by:    ru
   
   Approved by:    re (hrs)
   
   Revision  Changes    Path
   1.39.2.3  +15 -8     src/usr.sbin/syslogd/syslog.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
