summaryrefslogtreecommitdiff
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
parent08e13cdfa74bd1155e49a770871f63e503d981f3 (diff)
Notes
-rw-r--r--games/atc/atc.68
-rw-r--r--gnu/usr.bin/gzip/gzip.14
-rw-r--r--lib/libc/gen/sysctl.32
-rw-r--r--lib/libftpio/ftpio.32
-rw-r--r--lib/libutil/login_times.32
-rw-r--r--lib/libutil/property.32
-rw-r--r--lib/libutil/realhostname.32
-rw-r--r--libexec/getty/gettytab.52
-rw-r--r--sbin/swapon/swapon.82
-rw-r--r--share/man/man7/hier.74
-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
-rw-r--r--usr.sbin/kernbb/kernbb.82
-rw-r--r--usr.sbin/lpr/lpd/lpd.82
-rw-r--r--usr.sbin/ppp/ppp.82
-rw-r--r--usr.sbin/ppp/ppp.8.m42
-rw-r--r--usr.sbin/xntpd/doc/ntpq.82
20 files changed, 27 insertions, 25 deletions
diff --git a/games/atc/atc.6 b/games/atc/atc.6
index 10cc7c1ab0a8..8b0669559b0c 100644
--- a/games/atc/atc.6
+++ b/games/atc/atc.6
@@ -135,7 +135,7 @@ on, the screen will be divided into 4 areas.
It should be stressed that the terminal driver portion of the
game was designed to be reconfigurable, so the display format can vary
depending the version you are playing. The descriptions here are based
-on the ascii version
+on the ASCII version
of the game. The game rules and input format, however,
should remain consistent.
Control-L redraws the screen, should it become muddled.
@@ -150,12 +150,12 @@ Planes are shown as a single letter with an altitude. If
the numerical altitude is a single digit, then it represents
thousands of feet.
Some distinction is made between the prop
-planes and the jets. On ascii terminals, prop planes are
+planes and the jets. On ASCII terminals, prop planes are
represented by a upper case letter, jets by a lower case letter.
.IP
Airports are shown as a number and some indication of the direction
planes must be going to land at the airport.
-On ascii terminals, this is one of '^', '>', '<', and 'v', to indicate
+On ASCII terminals, this is one of '^', '>', '<', and 'v', to indicate
north (0 degrees), east (90), west (270) and south (180), respectively.
The planes will also
take off in this direction.
@@ -168,7 +168,7 @@ Entry/exit points are displayed as numbers along the border of the
radar screen. Planes will enter the arena from these points without
warning. These points have a direction associated with them, and
planes will always enter the arena from this direction. On the
-ascii version of
+ASCII version of
.I atc,
this direction is not displayed. It will become apparent
what this direction is as the game progresses.
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1
index 2d1e1a4ffc36..795e47fe059d 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
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 129a125ba3c4..6e95014cf049 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -77,7 +77,7 @@ length array of integers.
.Pp
The
.Fn sysctlbyname
-function accepts an ascii representation of the name and internally
+function accepts an ASCII representation of the name and internally
looks up the integer name vector. Apart from that, it behaves the same
as the standard
.Fn sysctl
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index 6ff314620d1a..60948cec775f 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -140,7 +140,7 @@ and returns a new
pointer for the file or NULL on failure.
.Pp
.Fn ftpAscii
-sets ascii mode for the current server connection named by
+sets ASCII mode for the current server connection named by
.Fa stream .
.Pp
.Fn ftpBinary
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3
index e9839cd5ff6a..9636f2d0129f 100644
--- a/lib/libutil/login_times.3
+++ b/lib/libutil/login_times.3
@@ -68,7 +68,7 @@ Note that all time periods reference system local time.
.Pp
The
.Fn parse_lt
-function converts the ascii representation of a time period into
+function converts the ASCII representation of a time period into
a structure of type
.Ft login_time_t .
This is defined as:
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index e6de28dc7977..0a0457ddea62 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -32,7 +32,7 @@
.Nm properties_read ,
.Nm propery_find ,
.Nm properties_free
-.Nd functions to allow creating simple property lists from ascii file data.
+.Nd functions to allow creating simple property lists from ASCII file data.
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <libutil.h>
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3
index 9e5794d39e42..1f2e6a9b8f6b 100644
--- a/lib/libutil/realhostname.3
+++ b/lib/libutil/realhostname.3
@@ -65,7 +65,7 @@ bytes,
.Xr inet_ntoa 3
is used to convert
.Ar ip
-to an ascii form.
+to an ASCII form.
.Pp
If the string written to
.Ar host
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index 6a80b6741dcc..78c12a231029 100644
--- a/libexec/getty/gettytab.5
+++ b/libexec/getty/gettytab.5
@@ -394,7 +394,7 @@ When a chat string starts,
will wait for the first string, and if it finds it, will send the
second, and so on.
Strings specified are separated by one or more tabs or spaces.
-Strings may contain standard ascii characters and special 'escapes',
+Strings may contain standard ASCII characters and special 'escapes',
which consist of a backslash character followed by one or more
characters which are interpreted as follows:
.Pp
diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8
index 9ba12e992fcc..5f33d3d75dbe 100644
--- a/sbin/swapon/swapon.8
+++ b/sbin/swapon/swapon.8
@@ -80,7 +80,7 @@ available to the system for swap allocation.
.It Pa /dev/{wd,da}?s?b
standard paging devices
.It Pa /etc/fstab
-ascii filesystem description table
+ASCII filesystem description table
.El
.Sh BUGS
There is no way to stop paging and swapping on a device.
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 2a71ac0f2e36..1fceb1c3ebb0 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -381,7 +381,7 @@ UNIX User's Supplementary Documents
.It Li examples/
various examples for users and programmers
.It Li games/
-ascii text files used by various games
+ASCII text files used by various games
.It Li groff_font/
device description file for device name
.It Li info/
@@ -399,7 +399,7 @@ manual pages
.It Li me/
macros for use with the me macro package
.It Li misc/
-misc system-wide ascii text files
+misc system-wide ASCII text files
.Bl -tag -width Fl -compact
.It Li fonts/
???
diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1
index 2571b6fa77fa..3f957835d238 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 685afc242591..f661815290ac 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 a743a5082e27..71a8caa9d7f2 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 87cea73a83ab..ba11227cc57d 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 34ec49f24ab5..cfbe3e0a8a96 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 .
diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8
index a190d3328a35..087bc444513d 100644
--- a/usr.sbin/kernbb/kernbb.8
+++ b/usr.sbin/kernbb/kernbb.8
@@ -49,7 +49,7 @@ with the
.Fl a
option.
.Pp
-The output format is ascii, consisting of one line per record with the
+The output format is ASCII, consisting of one line per record with the
following fields: filename, linenumber, procedure, address, count
of executions, length of the basic-block in bytes and the product of
the previous two fields.
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8
index 6f0339621f16..5f3403061fa8 100644
--- a/usr.sbin/lpr/lpd/lpd.8
+++ b/usr.sbin/lpr/lpd/lpd.8
@@ -182,7 +182,7 @@ Width. Changes the page width (in characters) used by
.Xr pr 1
and the text filters.
.It I
-Indent. The number of characters to indent the output by (in ascii).
+Indent. The number of characters to indent the output by (in ASCII).
.It U
Unlink. Name of file to remove upon completion of printing.
.It N
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index bae396b1f647..cc633bdd4b3d 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -3390,7 +3390,7 @@ in the CHAP response packet.
.Pp
When configuring
.Nm
-in this manner, it's expected that the host challenge is a series of ascii
+in this manner, it's expected that the host challenge is a series of ASCII
digits or characters. An encryption device or Secure ID card is usually
required to calculate the secret appropriate for the given challenge.
.It set authname Ar id
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index bae396b1f647..cc633bdd4b3d 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -3390,7 +3390,7 @@ in the CHAP response packet.
.Pp
When configuring
.Nm
-in this manner, it's expected that the host challenge is a series of ascii
+in this manner, it's expected that the host challenge is a series of ASCII
digits or characters. An encryption device or Secure ID card is usually
required to calculate the secret appropriate for the given challenge.
.It set authname Ar id
diff --git a/usr.sbin/xntpd/doc/ntpq.8 b/usr.sbin/xntpd/doc/ntpq.8
index 1974dd32281d..4a99fab8a072 100644
--- a/usr.sbin/xntpd/doc/ntpq.8
+++ b/usr.sbin/xntpd/doc/ntpq.8
@@ -161,7 +161,7 @@ switch.
.It raw
Cause all output from query commands is printed as received from the
remote server. The only formating/intepretation done on the data is to
-transform nonascii data into a printable (but barely understandable)
+transform non-ASCII data into a printable (but barely understandable)
form.
.It cooked
Cause output from query commands to be