diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-09 18:41:38 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-09 18:41:38 +0000 |
commit | 8ccf48ea2d831d2c031b06744bb188074f374b5d (patch) | |
tree | a789ebcbc81f6d3ec627944485520f34caa8826e /share/man/man1 | |
parent | 99e4ba42657eb0c19b187eb182f04d2bb8115ad3 (diff) | |
download | src-8ccf48ea2d831d2c031b06744bb188074f374b5d.tar.gz src-8ccf48ea2d831d2c031b06744bb188074f374b5d.zip |
Make man page installation work for ``unattached'' and kernel pages.
Notes
Notes:
svn path=/head/; revision=1988
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 9e3d8d655a3e..558bf2ef4c70 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -MAN1= cd.0 intro.0 wait.0 +MAN1= cd.1 intro.1 wait.1 .include <bsd.prog.mk> |