Date: Fri, 9 May 2003 12:43:55 +0200 (CEST) From: "Simon L.Nielsen" <simon@nitro.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/52000: [patch] Misc man page reference fixes Message-ID: <20030509104355.DBA0910BF81@arthur.nitro.dk> Resent-Message-ID: <200305091050.h49Ao7xf036639@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 52000
>Category: docs
>Synopsis: [patch] Misc man page reference fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri May 09 03:50:06 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030509104355.DBA0910BF81>
