diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
commit | 353c1a6746a76da0f34e6506c8b82148e747770c (patch) | |
tree | c2a006d6e8b33669500f65964ed3c8099f4ffe2e /gnu | |
parent | dbca32e915256c6097ea32b090fea3ee501ab814 (diff) | |
download | FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.zip FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.tar.gz |
Correct spelling : ascii -> ASCII
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gzip/gzip.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1 index 2d1e1a4..795e47f 100644 --- a/gnu/usr.bin/gzip/gzip.1 +++ b/gnu/usr.bin/gzip/gzip.1 @@ -1,3 +1,5 @@ +.\" $FreeBSD$ +.\" .PU .TH GZIP 1 .SH NAME @@ -175,7 +177,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 |