Date: Fri, 04 May 2001 19:32:44 +0900 From: Tetsuya Isaki <isaki@par.odn.ne.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/27074: typo in syslogd(8) Message-ID: <20010504193244Z.isaki@par.odn.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 27074
>Category: bin
>Synopsis: typo in syslogd(8)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri May 04 03:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010504193244Z.isaki>
