From simon@arthur.nitro.dk  Fri May  9 03:43:58 2003
Return-Path: <simon@arthur.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EFD4837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 May 2003 03:43:57 -0700 (PDT)
Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C13E43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 May 2003 03:43:57 -0700 (PDT)
	(envelope-from simon@arthur.nitro.dk)
Received: by arthur.nitro.dk (Postfix, from userid 1000)
	id DBA0910BF81; Fri,  9 May 2003 12:43:55 +0200 (CEST)
Message-Id: <20030509104355.DBA0910BF81@arthur.nitro.dk>
Date: Fri,  9 May 2003 12:43:55 +0200 (CEST)
From: Simon L.Nielsen <simon@nitro.dk>
Reply-To: Simon L.Nielsen <simon@nitro.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Misc man page reference fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52000
>Category:       docs
>Synopsis:       [patch] Misc man page reference fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 03:50:06 PDT 2003
>Closed-Date:    Mon May 12 15:01:26 PDT 2003
>Last-Modified:  Mon May 12 15:01:26 PDT 2003
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
>Description:
A few broken man links I found.

rc.d.8 -> rc.8 link (man-rc.d-link.patch) :
	rc.d(8) is referenced from rc.subr(8).
	NetBSD has a link rc.d(8) -> rc(8).

hosts_access links (man-libwrap-link.patch) :
	Referenced from kame(4).
	The hosts_ctl, request_init, request_set functions are
        mentioned in the synopsis/name section of hosts_access(3).
gsc.4 (man-gsc4-cat.patch) :
	Plain typo.

>How-To-Repeat:
>Fix:
--- man-gsc4-cat.patch begins here ---
Index: man4.i386/gsc.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/man4.i386/gsc.4,v
retrieving revision 1.22
diff -u -d -r1.22 gsc.4
--- man4.i386/gsc.4	21 Jan 2002 12:36:12 -0000	1.22
+++ man4.i386/gsc.4	22 Apr 2003 20:32:38 -0000
@@ -110,7 +110,7 @@
 shall be reached.
 With this feature you are able to
 directly copy the scanner output into a pbm file with
-.Xr cat .
+.Xr cat 1 .
 Of course you can obtain a similar effect by using
 .Xr dd 1
 with the driver in
--- man-gsc4-cat.patch ends here ---

--- man-rc.d-link.patch begins here ---
Index: share/man/man8/Makefile
===================================================================
RCS file: /home/ncvs/src/share/man/man8/Makefile,v
retrieving revision 1.32
diff -u -d -r1.32 Makefile
--- share/man/man8/Makefile	25 Mar 2003 15:07:01 -0000	1.32
+++ share/man/man8/Makefile	21 Apr 2003 23:27:45 -0000
@@ -15,6 +15,7 @@
 
 MLINKS=	rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
 MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
+MLINKS+=rc.8 rc.d.8
 MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8
 
 .include <bsd.prog.mk>
--- man-rc.d-link.patch ends here ---

--- man-libwrap-link.patch begins here ---
Index: lib/libwrap/Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libwrap/Makefile,v
retrieving revision 1.11
diff -u -d -r1.11 Makefile
--- lib/libwrap/Makefile	28 Sep 2002 00:25:32 -0000	1.11
+++ lib/libwrap/Makefile	21 Apr 2003 23:38:29 -0000
@@ -9,6 +9,8 @@
 INCS=	tcpd.h
 MAN=	hosts_access.3
 MAN+=	hosts_access.5 hosts_options.5
+MLINKS=	hosts_access.3 hosts_ctl.3 hosts_access.3 request_init.3 \
+	hosts_access.3 request_set.3
 
 .PATH:	${.CURDIR}/../../contrib/tcp_wrappers
 
--- man-libwrap-link.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Mon May 12 11:20:50 PDT 2003 
Responsible-Changed-Why:  
I will take care of this; either before, or after 5.1-RELEASE. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52000 
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Mon May 12 15:00:40 PDT 2003 
State-Changed-Why:  
Thanks Simon!  Keep these nice patches coming in! 
Your patches have been committed for 5.1R. 

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