diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-22 04:57:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-22 04:57:55 +0000 |
commit | a166901764bdbeee8fea31d0cad389ba2eaa4996 (patch) | |
tree | 1c3e9a5ba5188aacd84dd1c11bd62f2ccefb4676 /gnu/usr.bin/gzip | |
parent | b7948e65df5ca1cb27c1a2318c6bd7ffcec11da4 (diff) |
s/ascii/ASCII/
Diffstat (limited to 'gnu/usr.bin/gzip')
-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 750d92cf48b..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 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 |