summaryrefslogtreecommitdiffstats
path: root/gnu
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
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')
-rw-r--r--gnu/libexec/uucp/uustat/uustat.14
-rw-r--r--gnu/usr.bin/groff/grops/grops.man2
-rw-r--r--gnu/usr.bin/gzip/Makefile2
-rw-r--r--gnu/usr.bin/gzip/gzip.13
4 files changed, 6 insertions, 5 deletions
diff --git a/gnu/libexec/uucp/uustat/uustat.1 b/gnu/libexec/uucp/uustat/uustat.1
index e925799..3256700 100644
--- a/gnu/libexec/uucp/uustat/uustat.1
+++ b/gnu/libexec/uucp/uustat/uustat.1
@@ -1,4 +1,4 @@
-''' $Id: uustat.1,v 1.12 1995/06/26 20:34:30 ian Rel $
+''' $Id: uustat.1,v 1.5 1995/08/19 21:30:18 ache Exp $
.TH uustat 1 "Taylor UUCP 1.06"
.SH NAME
uustat \- UUCP status inquiry and control
@@ -545,7 +545,7 @@ configuration file, so these are only approximations.
/var/spool/uucp -
UUCP spool directory.
.SH SEE ALSO
-ps(1), rmail(1), uucp(1), uux(1), uucico(8), uuxqt(8)
+ps(1), rmail(8), uucp(1), uux(1), uucico(8), uuxqt(8)
.SH AUTHOR
Ian Lance Taylor
(ian@airs.com)
diff --git a/gnu/usr.bin/groff/grops/grops.man b/gnu/usr.bin/groff/grops/grops.man
index 7a2d0bd..218f1ce 100644
--- a/gnu/usr.bin/groff/grops/grops.man
+++ b/gnu/usr.bin/groff/grops/grops.man
@@ -609,7 +609,7 @@ The input to
must be in the format output by
.BR @g@troff (@MAN1EXT@).
This is described in
-.BR groff_out (@MAN1EXT@).
+.BR groff_out (@MAN5EXT@).
In addition the device and font description files for the device used
must meet certain requirements.
The device and font description files supplied for
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