summaryrefslogtreecommitdiff
path: root/usr.bin/minigzip
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/minigzip
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
downloadsrc-test-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz
src-test-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/minigzip')
-rw-r--r--usr.bin/minigzip/minigzip.19
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1
index 8a0dc6f817ee2..ddd2b957a6b11 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