summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-02 00:26:12 +0000
committermpp <mpp@FreeBSD.org>1996-02-02 00:26:12 +0000
commit6e83fbce8655c2c333a6dcba6db82650d981343a (patch)
treea224983695cbe9bacd71c1025c9ee9fa27643253 /gnu/usr.bin/gzip
parent4b84f30ed077e0474f60f5f1e781d7201766c0a0 (diff)
downloadFreeBSD-src-6e83fbce8655c2c333a6dcba6db82650d981343a.zip
FreeBSD-src-6e83fbce8655c2c333a6dcba6db82650d981343a.tar.gz
Correct some manual page cross reference errors. E.g. su is a section
one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
Diffstat (limited to 'gnu/usr.bin/gzip')
-rw-r--r--gnu/usr.bin/gzip/Makefile2
-rw-r--r--gnu/usr.bin/gzip/gzip.13
2 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index b790d96..736698d 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -7,11 +7,13 @@ MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 zgrep.1
CFLAGS+=-DASMV -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1
MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1
MLINKS+= zgrep.1 zfgrep.1 zgrep.1 zegrep.1
+MLINKS+= zdiff.1 zcmp.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip
LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat
LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zegrep
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zfgrep
+LINKS+= ${BINDIR}/zdiff ${BINDIR}/zcmp
NOSHARED=yes
beforeinstall:
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1
index 084dffd..ac151ec 100644
--- a/gnu/usr.bin/gzip/gzip.1
+++ b/gnu/usr.bin/gzip/gzip.1
@@ -367,8 +367,7 @@ explicit command line parameters. For example:
On Vax/VMS, the name of the environment variable is GZIP_OPT, to
avoid a conflict with the symbol set for invocation of the program.
.SH "SEE ALSO"
-znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1),
-pack(1), compact(1)
+znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1)
.SH "DIAGNOSTICS"
Exit status is normally 0;
if an error occurs, exit status is 1. If a warning occurs, exit status is 2.
OpenPOWER on IntegriCloud