From cshumway@FreeBSD.org  Tue Dec  5 11:47:24 2000
Return-Path: <cshumway@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0529837B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Dec 2000 11:47:24 -0800 (PST)
Received: (from cshumway@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eB5JlNr19004;
	Tue, 5 Dec 2000 11:47:23 -0800 (PST)
	(envelope-from cshumway)
Message-Id: <200012051947.eB5JlNr19004@freefall.freebsd.org>
Date: Tue, 5 Dec 2000 11:47:23 -0800 (PST)
From: cshumway@freebsd.org
Reply-To: cshumway@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Minor error in syslog(3) manual page 
X-Send-Pr-Version: 3.2

>Number:         23302
>Category:       docs
>Synopsis:       Minor error in syslog(3) manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 11:50:01 PST 2000
>Closed-Date:    Tue Dec 5 12:30:37 PST 2000
>Last-Modified:  Tue Dec 05 12:30:54 PST 2000
>Originator:     Christopher Shumway
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
BSDi 
>Environment:

FreeBSD caffeine.osd.bsdi.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Sun Nov 19 15:37:44 PST 2000     cshumway@caffeine.osd.bsdi.com:/usr/src/sys/compile/CAFFEINE  i386


>Description:

Minor error in syslog(3) manual page.  Last time I checked ipfw(8) was not part of UUCP.

>How-To-Repeat:


>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 .
  .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 ----

>Release-Note:
>Audit-Trail:

From: John Baldwin <jhb@FreeBSD.org>
To: cshumway@FreeBSD.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: RE: docs/23302: Minor error in syslog(3) manual page
Date: Tue, 05 Dec 2000 12:14:16 -0800 (PST)

 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/
 

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 ----
 
 
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Tue Dec 5 12:30:37 PST 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23302 
>Unformatted:
