diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
commit | fb1d8b3724cde10863de04d2c0884fbc5035eeef (patch) | |
tree | b3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/minigzip | |
parent | 2334c79a7573e958e33d5cc7301829244e5d216f (diff) | |
download | FreeBSD-src-fb1d8b3724cde10863de04d2c0884fbc5035eeef.zip FreeBSD-src-fb1d8b3724cde10863de04d2c0884fbc5035eeef.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'usr.bin/minigzip')
-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 8a0dc6f..ddd2b95 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 |