summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-12-28 15:00:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-12-28 15:00:33 +0000
commitb5806bc7d51fe690ab8bdc0c6a2a9d161ff86e2c (patch)
treea84d7aea851467804a625a2e6e941ef8febde211
parentd3a58ecaee6ba53f68eaaabe1a91e7fd270f776d (diff)
fixes from wiz@netbsd;
-rw-r--r--usr.bin/compress/gzexe.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/compress/gzexe.1 b/usr.bin/compress/gzexe.1
index ea570638086..4c90be11acc 100644
--- a/usr.bin/compress/gzexe.1
+++ b/usr.bin/compress/gzexe.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gzexe.1,v 1.1 2003/07/31 07:32:47 otto Exp $
+.\" $OpenBSD: gzexe.1,v 1.2 2003/12/28 15:00:32 jmc Exp $
.\"
.\" Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
.\"
@@ -43,7 +43,7 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl d
Decompress executables previously compressed by
-.Nm gzexe .
+.Nm .
.El
.Pp
The
@@ -58,7 +58,7 @@ or programs it needs to perform on-the-fly decompression:
.Xr rm 1 ,
.Xr echo 1 ,
.Xr tail 1 ,
-.Xr gzip 1
+.Xr gzip 1 ,
and
.Xr chmod 1 .
.Sh SEE ALSO