Bug 23302

Summary: Minor error in syslog(3) manual page
Product: Documentation Reporter: cshumway <cshumway>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description cshumway freebsd_committer freebsd_triage 2000-12-05 19:50:01 UTC
Minor error in syslog(3) manual page.  Last time I checked ipfw(8) was not part of UUCP.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2000-12-05 20:14:16 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/
Comment 2 cshumway freebsd_committer freebsd_triage 2000-12-05 20:19:05 UTC
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 ----
Comment 3 John Baldwin freebsd_committer freebsd_triage 2000-12-05 20:30:37 UTC
State Changed
From-To: open->closed

Committed, thanks!