Change .0 man extents to .1, as reported by Julian Elischer. Whoops,

thought I'd gotten this one the first time around.
Reviewed by:
Submitted by:
This commit is contained in:
Jordan K. Hubbard 1994-08-13 05:00:39 +00:00
parent f540b1065a
commit 2c6983854a

View File

@ -2,7 +2,7 @@
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
MAN1= hexdump.0 od.0
MAN1= hexdump.1 od.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.include <bsd.prog.mk>