| Summary: | Minor error in syslog(3) manual page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | cshumway <cshumway> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
cshumway
2000-12-05 19:50:01 UTC
On 05-Dec-00 cshumway@FreeBSD.ORG wrote: >>Fix: > > Index: syslog.3 > =================================================================== > RCS file: /ncvs/src/lib/libc/gen/syslog.3,v > retrieving revision 1.11 > diff -c -r1.11 syslog.3 > *** syslog.3 2000/10/30 13:23:19 1.11 > --- syslog.3 2000/12/05 19:39:52 > *************** > *** 203,208 **** > --- 203,209 ---- > The network news system. > .It Dv LOG_SECURITY > Security subsystems, such as > + .Xr ipfw 8 . Shouldn't this be ipfw(4) instead of ipfw(8). > .It Dv LOG_SYSLOG > Messages generated internally by > .Xr syslogd 8 . > *************** > *** 211,217 **** > This is the default facility identifier if none is specified. > .It Dv LOG_UUCP > The uucp system. > - .Xr ipfw 4 . > .It Dv LOG_LOCAL0 > Reserved for local use. > Similarly for > --- 212,217 ---- > -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ On Tue, 5 Dec 2000, John Baldwin wrote:
> > ***************
> > *** 203,208 ****
> > --- 203,209 ----
> > The network news system.
> > .It Dv LOG_SECURITY
> > Security subsystems, such as
> > + .Xr ipfw 8 .
>
> Shouldn't this be ipfw(4) instead of ipfw(8).
Yes actually it should. Good catch :-)
Index: syslog.3
===================================================================
RCS file: /ncvs/src/lib/libc/gen/syslog.3,v
retrieving revision 1.11
diff -c -r1.11 syslog.3
*** syslog.3 2000/10/30 13:23:19 1.11
--- syslog.3 2000/12/05 19:39:52
***************
*** 203,208 ****
--- 203,209 ----
The network news system.
.It Dv LOG_SECURITY
Security subsystems, such as
+ .Xr ipfw 4 .
.It Dv LOG_SYSLOG
Messages generated internally by
.Xr syslogd 8 .
***************
*** 211,217 ****
This is the default facility identifier if none is specified.
.It Dv LOG_UUCP
The uucp system.
- .Xr ipfw 4 .
.It Dv LOG_LOCAL0
Reserved for local use.
Similarly for
--- 212,217 ----
State Changed From-To: open->closed Committed, thanks! |