No argument necessary after .Nm; add missing comma to enumeration.
This commit is contained in:
parent
28c2ebe997
commit
98018344b7
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: gzexe.1,v 1.2 2003/12/28 12:43:43 wiz Exp $
|
||||
.\" $NetBSD: gzexe.1,v 1.3 2003/12/28 12:49:41 wiz Exp $
|
||||
.\" $OpenBSD: gzexe.1,v 1.1 2003/07/31 07:32:47 otto Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
|
||||
|
@ -44,7 +44,7 @@ The options are as follows:
|
|||
.Bl -tag -width Ds
|
||||
.It Fl d
|
||||
Decompress executables previously compressed by
|
||||
.Nm gzexe .
|
||||
.Nm .
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
|
@ -59,7 +59,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
|
||||
|
|
Loading…
Reference in New Issue