diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 16:25:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 16:25:04 +0000 |
commit | de8a9f466e79bf49a6baf3c160e2e5664cd06e85 (patch) | |
tree | 7d5d6e2c179586ab87d4f984b4e9bbfc4c6d0ebb /usr.bin/compress | |
parent | 939ab3e3cba6f8d8a023dc273f5a200f2997f8d0 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/compress')
-rw-r--r-- | usr.bin/compress/compress.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index cbd7f30c2a5..62abd08a750 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.36 2007/04/04 13:09:14 millert Exp $ +.\" $OpenBSD: compress.1,v 1.37 2007/04/04 16:25:03 jmc Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -129,7 +129,7 @@ not removed, and the attributes of the input file are not retained. .Pp By default, when compressing using the deflate scheme .Pf ( Fl g ) , -the original file name and time stamp is stored in the compressed file. +the original file name and time stamp are stored in the compressed file. When uncompressing, this information is not used. Instead, the uncompressed file inherits the time stamp of the compressed version and the uncompressed file name is generated from |