61860dd771
/rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor)
12 lines
339 B
Makefile
12 lines
339 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
#MISSING: eqnchar.7 ms.7 term.7
|
|
MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \
|
|
ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \
|
|
operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \
|
|
stdint.7 tuning.7
|
|
MLINKS= intro.7 miscellaneous.7
|
|
|
|
.include <bsd.prog.mk>
|