Bug 95039

Summary: [patch] small cosmetic syslog.conf(5) fix
Product: Documentation Reporter: SeaD <sead>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description SeaD 2006-03-28 14:00:24 UTC

    
Comment 1 Ceri Davies 2006-04-18 22:26:34 UTC
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
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-12 02:59:40 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"
Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2006-10-12 03:01:17 UTC
State Changed
From-To: open->patched

Slightly different version of your patch committed, thanks for 
the submission! 


Comment 4 Tom Rhodes freebsd_committer freebsd_triage 2006-10-12 03:01:17 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-11-03 09:25:28 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"
Comment 6 Tom Rhodes freebsd_committer freebsd_triage 2006-11-03 09:25:31 UTC
State Changed
From-To: patched->closed

Changes merged into RELENG_6, thanks!