Date: Tue, 5 Dec 2000 12:20:05 -0800 (PST) From: Christopher Shumway <cshumway@freebsd.org> To: freebsd-doc@freebsd.org Subject: RE: docs/23302: Minor error in syslog(3) manual page Message-ID: <200012052020.eB5KK5424904@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/23302; it has been noted by GNATS. From: Christopher Shumway <cshumway@freebsd.org> To: John Baldwin <jhb@freebsd.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: RE: docs/23302: Minor error in syslog(3) manual page Date: Tue, 5 Dec 2000 12:19:05 -0800 (PST) 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 ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012052020.eB5KK5424904>