| Summary: | [patch] Misc man page reference fixes | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | simon <simon> | ||||||
| Component: | Books & Articles | Assignee: | Hiten Pandya <hmp> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-doc->hmp I will take care of this; either before, or after 5.1-RELEASE. State Changed From-To: open->closed Thanks Simon! Keep these nice patches coming in! Your patches have been committed for 5.1R. |
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. Fix: 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 ---