summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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