diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 16:26:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 16:26:34 +0000 |
commit | 1639a992775b053ea127aa60dd1a8f7ce7e07764 (patch) | |
tree | 7c57eec2215797cd744ee9b1da6be5d104ff6560 /usr.bin | |
parent | de8a9f466e79bf49a6baf3c160e2e5664cd06e85 (diff) |
oops, tweak previous here too;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/gzip.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compress/gzip.1 b/usr.bin/compress/gzip.1 index a8b19e8ae74..ab0a4b0a1d4 100644 --- a/usr.bin/compress/gzip.1 +++ b/usr.bin/compress/gzip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gzip.1,v 1.3 2007/04/04 13:09:14 millert Exp $ +.\" $OpenBSD: gzip.1,v 1.4 2007/04/04 16:26:33 jmc Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,7 +127,7 @@ reduction in size and file overwriting are not performed, the input file is not removed, and the attributes of the input file are not retained. .Pp By default, when compressing, the original file name and time stamp -is stored in the compressed file. +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 |