From 2c6983854a31f7649720ae0ea73aa6cf083779f3 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 13 Aug 1994 05:00:39 +0000 Subject: [PATCH] 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 5a9e87a65856..1e0543bd363f 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