diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-28 14:18:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-28 14:18:29 +0000 |
commit | 06eb8e32ec0a4114c14225a8bcc6ce1fdf087acf (patch) | |
tree | ac39c314935796ea778804020de2250a20c021f1 | |
parent | 5fabb402cb824f19b3709954b47d3fb1c9d34019 (diff) |
make it clear that -LV are no ops; ok millert
-rw-r--r-- | usr.bin/compress/gzip.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/compress/gzip.1 b/usr.bin/compress/gzip.1 index 87e30b9da59..e55c82a713f 100644 --- a/usr.bin/compress/gzip.1 +++ b/usr.bin/compress/gzip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gzip.1,v 1.11 2014/01/27 17:13:10 millert Exp $ +.\" $OpenBSD: gzip.1,v 1.12 2014/01/28 14:18:28 jmc Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 27 2014 $ +.Dd $Mdocdate: January 28 2014 $ .Dt GZIP 1 .Os .Sh NAME @@ -184,7 +184,8 @@ behave as .It Fl h Print a short help message. .It Fl L -In other compatible programs, this displays program license. +A no-op which exists for compatibility only. +On GNU gzip, it displays the program's license. .It Fl l List information for the specified compressed files. The following information is listed: @@ -243,7 +244,8 @@ Set the suffix for compressed files. .It Fl t Test the integrity of each file leaving any files intact. .It Fl V -In other compatible programs, this displays version information. +A no-op which exists for compatibility only. +On GNU gzip, it displays version information. .It Fl v Print the percentage reduction of each file and other information. .El |