diff options
author | 1999-09-22 04:57:54 +0000 | |
---|---|---|
committer | 1999-09-22 04:57:54 +0000 | |
commit | ed497e035811a897ce982dd3db51a573fb9be632 (patch) | |
tree | a3d40c9c182869bcf4328aa199e27bc6d8e9c7d2 | |
parent | Add/update some man9 pages from NetBSD (diff) | |
download | wireguard-openbsd-ed497e035811a897ce982dd3db51a573fb9be632.tar.xz wireguard-openbsd-ed497e035811a897ce982dd3db51a573fb9be632.zip |
s/ascii/ASCII/
-rw-r--r-- | gnu/usr.bin/gzip/gzip.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1 index e260fd248cf..fc20faf8618 100644 --- a/gnu/usr.bin/gzip/gzip.1 +++ b/gnu/usr.bin/gzip/gzip.1 @@ -1,4 +1,4 @@ -.\" $Id: gzip.1,v 1.1.1.1 1995/10/18 08:40:52 deraadt Exp $ +.\" $Id: gzip.1,v 1.2 1999/09/22 04:57:54 deraadt Exp $ .PU .TH GZIP 1 .SH NAME @@ -176,7 +176,7 @@ or decompressing. .SH OPTIONS .TP .B \-a --ascii -Ascii text mode: convert end-of-lines using local conventions. This option +ASCII text mode: convert end-of-lines using local conventions. This option is supported only on some non-Unix systems. For MSDOS, CR LF is converted to LF when compressing, and LF is converted to CR LF when decompressing. .TP |