From isaki@par.odn.ne.jp  Fri May  4 03:32:27 2001
Return-Path: <isaki@par.odn.ne.jp>
Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179])
	by hub.freebsd.org (Postfix) with ESMTP id 6780337B423
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 May 2001 03:32:26 -0700 (PDT)
	(envelope-from isaki@par.odn.ne.jp)
Received: from localhost ([211.121.231.157]) by t-mta1.odn.ne.jp with ESMTP
          id <20010504103224428.TQQW.16089.t-mta1.odn.ne.jp@mta1.odn.ne.jp>;
          Fri, 4 May 2001 19:32:24 +0900
Message-Id: <20010504193244Z.isaki@par.odn.ne.jp>
Date: Fri, 04 May 2001 19:32:44 +0900
From: Tetsuya Isaki <isaki@par.odn.ne.jp>
Reply-To: isaki@par.odn.ne.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in syslogd(8)
X-Send-Pr-Version: 3.2

>Number:         27074
>Category:       bin
>Synopsis:       typo in syslogd(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 03:40:01 PDT 2001
>Closed-Date:    Fri May 4 03:53:06 PDT 2001
>Last-Modified:  Fri May 04 03:54:25 PDT 2001
>Originator:     Tetsuya Isaki
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
no
>Environment:
FreeBSD kyoko.local 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Sun Apr  1 21:47:38 JST 2001     root@kyoko.local:/usr/src/sys/compile/KYOKO  i386

>Description:
syslogd(8) has a typo.

-------------------------
DESCRIPTION
 :
 :
     The message sent to syslogd should consist of a single line.  The message
     can contain a priority code, which should be a preceding decimal number
     in angle braces, for example, `<5.>' This priority code should map into
                                   ^^^^^^
                                   This should be "`<5>'."

     the priorities defined in the include file <sys/syslog.h>.
-------------------------

>How-To-Repeat:
See syslogd(8), bottom of section 'DESCRIPTION'.

>Fix:
Apply this patch.
--- syslogd.8.ORIG      Fri May  4 01:45:40 2001
+++ syslogd.8   Fri May  4 01:46:08 2001
@@ -192,7 +192,7 @@
 should consist of a single line.
 The message can contain a priority code, which should be a preceding
 decimal number in angle braces, for example,
-.Sq Aq 5.
+.Sq Aq 5 .
 This priority code should map into the priorities defined in the
 include file
 .Aq Pa sys/syslog.h .



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Fri May 4 03:53:06 PDT 2001 
State-Changed-Why:  
This was fixed before the release of FreeBSD 4.3, in a commit by 
Ruslan Ermilov, dated Mar 6 14:21:44 2001 UTC. 

See http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/syslogd/syslogd.8 
for more info. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=27074 
>Unformatted:
