diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-02 00:26:12 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-02 00:26:12 +0000 |
| commit | 7c87ef470d9ae55cf85e0e58dc1e9d42d7c0f705 (patch) | |
| tree | a224983695cbe9bacd71c1025c9ee9fa27643253 /gnu | |
| parent | 7762115a5bb4c1badce7b4290bf2d0089709d801 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/libexec/uucp/uustat/uustat.1 | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/grops/grops.man | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gzip/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gzip/gzip.1 | 3 |
4 files changed, 6 insertions, 5 deletions
diff --git a/gnu/libexec/uucp/uustat/uustat.1 b/gnu/libexec/uucp/uustat/uustat.1 index e92579911811..3256700670d0 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 7a2d0bd90fb8..218f1ce7b20c 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 b790d9606587..736698d0a684 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 084dffd5e123..ac151ec0d79a 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. |
