summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-13 05:00:39 +0000
committerjkh <jkh@FreeBSD.org>1994-08-13 05:00:39 +0000
commit25006117f16c9367ac22c12702d01d3db9579544 (patch)
tree67c4d812de9214440e59467c5f5dd974fc55fe33 /usr.bin
parent07e1c7f69db19a5ad89c222176423820048eccc7 (diff)
downloadFreeBSD-src-25006117f16c9367ac22c12702d01d3db9579544.zip
FreeBSD-src-25006117f16c9367ac22c12702d01d3db9579544.tar.gz
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:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/hexdump/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud