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 /usr.bin | |
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 'usr.bin')
-rw-r--r-- | usr.bin/ee/ee.1 | 2 | ||||
-rw-r--r-- | usr.bin/file/file.1 | 2 | ||||
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 2 | ||||
-rw-r--r-- | usr.bin/hexdump/od.1 | 2 | ||||
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 2571b6f..3f95783 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -210,7 +210,7 @@ Move to the line indicated. .It case Make searches case sensitive. .It character -Display the ascii value of the character at the cursor. +Display the ASCII value of the character at the cursor. .It exit Save the edited text, and leave the editor. .It expand diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 685afc2..f661815 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -103,7 +103,7 @@ The language test routines also test for some miscellany (such as .Xr tar 1 archives) and determine whether an unknown file should be -labelled as `ascii text' or `data'. +labelled as `ASCII text' or `data'. .Sh OPTIONS .Bl -tag -width indent .It Fl v diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index a743a50..71a8caa 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm hexdump, hd -.Nd ascii, decimal, hexadecimal, octal dump +.Nd ASCII, decimal, hexadecimal, octal dump .Sh SYNOPSIS .Nm hexdump .Op Fl bcCdovx diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 87cea73..ba11227 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -37,7 +37,7 @@ .Dt OD 1 .Sh NAME .Nm od -.Nd octal, decimal, hex, ascii dump +.Nd octal, decimal, hex, ASCII dump .Sh SYNOPSIS .Nm od .Op Fl aBbcDdeFfHhIiLlOovXx diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index 34ec49f..cfbe3e0 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -72,7 +72,7 @@ A may be any of the following: .Bl -tag -width 0x[0-9a-z]* .It Ar 'x' -The ascii character +The ASCII character .Ar x . .It Ar '\ex' The ANSI C character @@ -188,7 +188,7 @@ Defines a map from runes to their digit value. .Dv RUNE2 is the integer value represented by .Dv RUNE1 . -For example, the ascii character +For example, the ASCII character .Nm '0' would map to the decimal value .Nm 0 . |