diff options
author | charnier <charnier@FreeBSD.org> | 1997-06-30 06:44:07 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-06-30 06:44:07 +0000 |
commit | a9bd3dc31f8998a4ee4872178ef6a237a3d490a3 (patch) | |
tree | a354808a284390fcc4df1d48dcdaee0c0b847d33 /usr.bin/compress | |
parent | f6e53120d810b99aa2372965b1e8abfa8bf85727 (diff) | |
download | FreeBSD-src-a9bd3dc31f8998a4ee4872178ef6a237a3d490a3.zip FreeBSD-src-a9bd3dc31f8998a4ee4872178ef6a237a3d490a3.tar.gz |
Uncompress is under .Nm not .Ar.
Diffstat (limited to 'usr.bin/compress')
-rw-r--r-- | usr.bin/compress/compress.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 74b7348..c800269 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -134,7 +134,7 @@ the algorithm to adapt to the next "block" of the file. The .Fl b flag is omitted for -.Ar uncompress +.Nm uncompress since the .Ar bits parameter specified during compression |