From owner-freebsd-doc Tue Dec 5 12:20: 9 2000 From owner-freebsd-doc@FreeBSD.ORG Tue Dec 5 12:20:06 2000 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D937437B401 for ; Tue, 5 Dec 2000 12:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KK5424904; Tue, 5 Dec 2000 12:20:05 -0800 (PST) (envelope-from gnats) Date: Tue, 5 Dec 2000 12:20:05 -0800 (PST) Message-Id: <200012052020.eB5KK5424904@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Christopher Shumway Subject: RE: docs/23302: Minor error in syslog(3) manual page Reply-To: Christopher Shumway Sender: gnats@FreeBSD.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/23302; it has been noted by GNATS. From: Christopher Shumway To: John Baldwin 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