aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-09-20 09:15:23 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-09-20 09:15:23 +0000
commitc6d6e7726fa28ac07232fe53a31ab927c574acb3 (patch)
tree3ed127ddb3ef9a9385b7a163f7b649524c1d54e0 /usr.bin
parent08e13cdfa74bd1155e49a770871f63e503d981f3 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ee/ee.12
-rw-r--r--usr.bin/file/file.12
-rw-r--r--usr.bin/hexdump/hexdump.12
-rw-r--r--usr.bin/hexdump/od.12
-rw-r--r--usr.bin/mklocale/mklocale.14
5 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1
index 2571b6fa77fa7..3f957835d2385 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 685afc2425912..f661815290aca 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 a743a5082e272..71a8caa9d7f21 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 87cea73a83ab3..ba11227cc57dd 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 34ec49f24ab55..cfbe3e0a8a96d 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 .