Bug 27074

Summary: typo in syslogd(8)
Product: Base System Reporter: Tetsuya Isaki <isaki>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tetsuya Isaki 2001-05-04 11:40:01 UTC
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>.
-------------------------

Fix: Apply this patch.
How-To-Repeat: See syslogd(8), bottom of section 'DESCRIPTION'.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-05-04 11:53:06 UTC
State Changed
From-To: open->closed

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.