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:
jkh 1994-08-13 05:00:39 +00:00
parent 07e1c7f69d
commit 25006117f1

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>