diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
commit | 6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch) | |
tree | b3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/minigzip/minigzip.1 | |
parent | f97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff) |
Mechanically kill hard sentence breaks.
Notes
Notes:
svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/minigzip/minigzip.1')
-rw-r--r-- | usr.bin/minigzip/minigzip.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index 8a0dc6f817ee..ddd2b957a6b1 100644 --- a/usr.bin/minigzip/minigzip.1 +++ b/usr.bin/minigzip/minigzip.1 @@ -39,7 +39,8 @@ The .Nm utility is a minimal implementation of the .Xr gzip 1 -utility. It supports +utility. +It supports compression and decompression of individual files, as well as streaming compression and decompression via standard input and output. @@ -52,9 +53,11 @@ flag on the commandline. If any .Ar file arguments are supplied, the operation is performed on each file -separately. Compression replaces the original file with one having a +separately. +Compression replaces the original file with one having a .Pa .gz -suffix. Decompression will remove a +suffix. +Decompression will remove a .Pa .gz suffix if one is present. .Pp |