aboutsummaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-12 21:52:46 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-12 21:52:46 +0000
commit5bfa1f0a6715c3ef5d3485e6cd367cb95855d08a (patch)
tree68d8606e3d0d3dc9aac5aa4a12390af28d2319cb /share/man/man8
parent6bcf97c476d1101f002777ab7d186e0ebf7ce59e (diff)
downloadsrc-5bfa1f0a6715c3ef5d3485e6cd367cb95855d08a.tar.gz
src-5bfa1f0a6715c3ef5d3485e6cd367cb95855d08a.zip
Add an MLINK for rc.d(8) which points to rc(8). The former is
referenced by rc.subr(8). Approved by: des (mentor), re (scottl)
Notes
Notes: svn path=/head/; revision=114961
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 6d9cab99a2b8..1a25e739f6a8 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -15,6 +15,7 @@ MAN= MAKEDEV.8 \
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>