From 25006117f16c9367ac22c12702d01d3db9579544 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 13 Aug 1994 05:00:39 +0000 Subject: 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: --- usr.bin/hexdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 5a9e87a..1e0543b 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -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 -- cgit v1.1