| Summary: | typo in syslogd(8) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Tetsuya Isaki <isaki> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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. |
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'.