aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/minigzip/minigzip.1
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/minigzip/minigzip.1
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79755
Diffstat (limited to 'usr.bin/minigzip/minigzip.1')
-rw-r--r--usr.bin/minigzip/minigzip.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1
index 02f347d9ec5b..c13857f5eb06 100644
--- a/usr.bin/minigzip/minigzip.1
+++ b/usr.bin/minigzip/minigzip.1
@@ -43,14 +43,14 @@ compression and decompression of individual files, as well as
streaming compression and decompression via standard input and
output.
.Pp
-The default operation is compression, decompression can be
+The default operation is compression, decompression can be
selected by supplying the
.Fl d
flag on the commandline.
.Pp
If any
.Ar file
-arguments are supplied, the operation is performed on each file
+arguments are supplied, the operation is performed on each file
separately. Compression replaces the original file with one having a
.Pa .gz
suffix. Decompression will remove a
@@ -61,7 +61,7 @@ If no
.Ar file
arguments are supplied,
.Nm
-reads from standard input and writes the results of the operation
+reads from standard input and writes the results of the operation
to standard output.
.Sh SEE ALSO
.Xr gzip 1