summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/gzip.1
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-06-24 21:51:02 +0000
committerdelphij <delphij@FreeBSD.org>2009-06-24 21:51:02 +0000
commita2b16a14dfcf8adf5a116d8f4860420d042e48bb (patch)
tree1d00d604065a6b0aaa95f5c4bc5d5d3fd2d8fac6 /usr.bin/gzip/gzip.1
parente53e57277b75107b8ed5c3e296e30d1da52c1269 (diff)
downloadFreeBSD-src-a2b16a14dfcf8adf5a116d8f4860420d042e48bb.zip
FreeBSD-src-a2b16a14dfcf8adf5a116d8f4860420d042e48bb.tar.gz
Sync with NetBSD:
- gzip -n does not store timestamp; [1] - Reduce diff against NetBSD by moving some casts in our local versions. PR: bin/134955 Obtained from: NetBSD MFC after: 1 month
Diffstat (limited to 'usr.bin/gzip/gzip.1')
-rw-r--r--usr.bin/gzip/gzip.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1
index e6c61a7..20d0250 100644
--- a/usr.bin/gzip/gzip.1
+++ b/usr.bin/gzip/gzip.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: gzip.1,v 1.19 2008/05/29 14:51:27 mrg Exp $
+.\" $NetBSD: gzip.1,v 1.20 2009/04/01 08:15:37 mrg Exp $
.\"
.\" Copyright (c) 1997, 2003, 2004 Matthew R. Green
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd June 30, 2008
+.Dd June 24, 2009
.Dt GZIP 1
.Os
.Sh NAME
@@ -152,8 +152,8 @@ embedded in the file.
This option causes the stored filename in the input file to be used
as the output file.
.It Fl n , -no-name
-This option stops the filename from being stored in the output
-file.
+This option stops the filename and timestamp from being stored in
+the output file.
.It Fl q , -quiet
With this option, no warnings or errors are printed.
.It Fl r , -recursive
@@ -206,7 +206,7 @@ This implementation of
was ported based on the
.Nx
.Nm
-20060927, and first appeared in
+20090412, and first appeared in
.Fx 7.0 .
.Sh AUTHORS
This implementation of
OpenPOWER on IntegriCloud