Correct spelling : ascii -> ASCII
PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
This commit is contained in:
parent
f3d05fd324
commit
34985ba96d
@ -135,7 +135,7 @@ on, the screen will be divided into 4 areas.
|
|||||||
It should be stressed that the terminal driver portion of the
|
It should be stressed that the terminal driver portion of the
|
||||||
game was designed to be reconfigurable, so the display format can vary
|
game was designed to be reconfigurable, so the display format can vary
|
||||||
depending the version you are playing. The descriptions here are based
|
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,
|
of the game. The game rules and input format, however,
|
||||||
should remain consistent.
|
should remain consistent.
|
||||||
Control-L redraws the screen, should it become muddled.
|
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
|
the numerical altitude is a single digit, then it represents
|
||||||
thousands of feet.
|
thousands of feet.
|
||||||
Some distinction is made between the prop
|
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.
|
represented by a upper case letter, jets by a lower case letter.
|
||||||
.IP
|
.IP
|
||||||
Airports are shown as a number and some indication of the direction
|
Airports are shown as a number and some indication of the direction
|
||||||
planes must be going to land at the airport.
|
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.
|
north (0 degrees), east (90), west (270) and south (180), respectively.
|
||||||
The planes will also
|
The planes will also
|
||||||
take off in this direction.
|
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
|
radar screen. Planes will enter the arena from these points without
|
||||||
warning. These points have a direction associated with them, and
|
warning. These points have a direction associated with them, and
|
||||||
planes will always enter the arena from this direction. On the
|
planes will always enter the arena from this direction. On the
|
||||||
ascii version of
|
ASCII version of
|
||||||
.I atc,
|
.I atc,
|
||||||
this direction is not displayed. It will become apparent
|
this direction is not displayed. It will become apparent
|
||||||
what this direction is as the game progresses.
|
what this direction is as the game progresses.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" $FreeBSD$
|
||||||
|
.\"
|
||||||
.PU
|
.PU
|
||||||
.TH GZIP 1
|
.TH GZIP 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -175,7 +177,7 @@ or decompressing.
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-a --ascii
|
.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
|
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.
|
to LF when compressing, and LF is converted to CR LF when decompressing.
|
||||||
.TP
|
.TP
|
||||||
|
@ -77,7 +77,7 @@ length array of integers.
|
|||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Fn sysctlbyname
|
.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
|
looks up the integer name vector. Apart from that, it behaves the same
|
||||||
as the standard
|
as the standard
|
||||||
.Fn sysctl
|
.Fn sysctl
|
||||||
|
@ -140,7 +140,7 @@ and returns a new
|
|||||||
pointer for the file or NULL on failure.
|
pointer for the file or NULL on failure.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn ftpAscii
|
.Fn ftpAscii
|
||||||
sets ascii mode for the current server connection named by
|
sets ASCII mode for the current server connection named by
|
||||||
.Fa stream .
|
.Fa stream .
|
||||||
.Pp
|
.Pp
|
||||||
.Fn ftpBinary
|
.Fn ftpBinary
|
||||||
|
@ -68,7 +68,7 @@ Note that all time periods reference system local time.
|
|||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Fn parse_lt
|
.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
|
a structure of type
|
||||||
.Ft login_time_t .
|
.Ft login_time_t .
|
||||||
This is defined as:
|
This is defined as:
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
.Nm properties_read ,
|
.Nm properties_read ,
|
||||||
.Nm propery_find ,
|
.Nm propery_find ,
|
||||||
.Nm properties_free
|
.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
|
.Sh SYNOPSIS
|
||||||
.Fd #include <sys/types.h>
|
.Fd #include <sys/types.h>
|
||||||
.Fd #include <libutil.h>
|
.Fd #include <libutil.h>
|
||||||
|
@ -65,7 +65,7 @@ bytes,
|
|||||||
.Xr inet_ntoa 3
|
.Xr inet_ntoa 3
|
||||||
is used to convert
|
is used to convert
|
||||||
.Ar ip
|
.Ar ip
|
||||||
to an ascii form.
|
to an ASCII form.
|
||||||
.Pp
|
.Pp
|
||||||
If the string written to
|
If the string written to
|
||||||
.Ar host
|
.Ar host
|
||||||
|
@ -394,7 +394,7 @@ When a chat string starts,
|
|||||||
will wait for the first string, and if it finds it, will send the
|
will wait for the first string, and if it finds it, will send the
|
||||||
second, and so on.
|
second, and so on.
|
||||||
Strings specified are separated by one or more tabs or spaces.
|
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
|
which consist of a backslash character followed by one or more
|
||||||
characters which are interpreted as follows:
|
characters which are interpreted as follows:
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -80,7 +80,7 @@ available to the system for swap allocation.
|
|||||||
.It Pa /dev/{wd,da}?s?b
|
.It Pa /dev/{wd,da}?s?b
|
||||||
standard paging devices
|
standard paging devices
|
||||||
.It Pa /etc/fstab
|
.It Pa /etc/fstab
|
||||||
ascii filesystem description table
|
ASCII filesystem description table
|
||||||
.El
|
.El
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
There is no way to stop paging and swapping on a device.
|
There is no way to stop paging and swapping on a device.
|
||||||
|
@ -381,7 +381,7 @@ UNIX User's Supplementary Documents
|
|||||||
.It Li examples/
|
.It Li examples/
|
||||||
various examples for users and programmers
|
various examples for users and programmers
|
||||||
.It Li games/
|
.It Li games/
|
||||||
ascii text files used by various games
|
ASCII text files used by various games
|
||||||
.It Li groff_font/
|
.It Li groff_font/
|
||||||
device description file for device name
|
device description file for device name
|
||||||
.It Li info/
|
.It Li info/
|
||||||
@ -399,7 +399,7 @@ manual pages
|
|||||||
.It Li me/
|
.It Li me/
|
||||||
macros for use with the me macro package
|
macros for use with the me macro package
|
||||||
.It Li misc/
|
.It Li misc/
|
||||||
misc system-wide ascii text files
|
misc system-wide ASCII text files
|
||||||
.Bl -tag -width Fl -compact
|
.Bl -tag -width Fl -compact
|
||||||
.It Li fonts/
|
.It Li fonts/
|
||||||
???
|
???
|
||||||
|
@ -210,7 +210,7 @@ Move to the line indicated.
|
|||||||
.It case
|
.It case
|
||||||
Make searches case sensitive.
|
Make searches case sensitive.
|
||||||
.It character
|
.It character
|
||||||
Display the ascii value of the character at the cursor.
|
Display the ASCII value of the character at the cursor.
|
||||||
.It exit
|
.It exit
|
||||||
Save the edited text, and leave the editor.
|
Save the edited text, and leave the editor.
|
||||||
.It expand
|
.It expand
|
||||||
|
@ -103,7 +103,7 @@ The language test routines also test for some miscellany
|
|||||||
(such as
|
(such as
|
||||||
.Xr tar 1
|
.Xr tar 1
|
||||||
archives) and determine whether an unknown file should be
|
archives) and determine whether an unknown file should be
|
||||||
labelled as `ascii text' or `data'.
|
labelled as `ASCII text' or `data'.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl v
|
.It Fl v
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm hexdump, hd
|
.Nm hexdump, hd
|
||||||
.Nd ascii, decimal, hexadecimal, octal dump
|
.Nd ASCII, decimal, hexadecimal, octal dump
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm hexdump
|
.Nm hexdump
|
||||||
.Op Fl bcCdovx
|
.Op Fl bcCdovx
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
.Dt OD 1
|
.Dt OD 1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm od
|
.Nm od
|
||||||
.Nd octal, decimal, hex, ascii dump
|
.Nd octal, decimal, hex, ASCII dump
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm od
|
.Nm od
|
||||||
.Op Fl aBbcDdeFfHhIiLlOovXx
|
.Op Fl aBbcDdeFfHhIiLlOovXx
|
||||||
|
@ -72,7 +72,7 @@ A
|
|||||||
may be any of the following:
|
may be any of the following:
|
||||||
.Bl -tag -width 0x[0-9a-z]*
|
.Bl -tag -width 0x[0-9a-z]*
|
||||||
.It Ar 'x'
|
.It Ar 'x'
|
||||||
The ascii character
|
The ASCII character
|
||||||
.Ar x .
|
.Ar x .
|
||||||
.It Ar '\ex'
|
.It Ar '\ex'
|
||||||
The ANSI C character
|
The ANSI C character
|
||||||
@ -188,7 +188,7 @@ Defines a map from runes to their digit value.
|
|||||||
.Dv RUNE2
|
.Dv RUNE2
|
||||||
is the integer value represented by
|
is the integer value represented by
|
||||||
.Dv RUNE1 .
|
.Dv RUNE1 .
|
||||||
For example, the ascii character
|
For example, the ASCII character
|
||||||
.Nm '0'
|
.Nm '0'
|
||||||
would map to the decimal value
|
would map to the decimal value
|
||||||
.Nm 0 .
|
.Nm 0 .
|
||||||
|
@ -49,7 +49,7 @@ with the
|
|||||||
.Fl a
|
.Fl a
|
||||||
option.
|
option.
|
||||||
.Pp
|
.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
|
following fields: filename, linenumber, procedure, address, count
|
||||||
of executions, length of the basic-block in bytes and the product of
|
of executions, length of the basic-block in bytes and the product of
|
||||||
the previous two fields.
|
the previous two fields.
|
||||||
|
@ -182,7 +182,7 @@ Width. Changes the page width (in characters) used by
|
|||||||
.Xr pr 1
|
.Xr pr 1
|
||||||
and the text filters.
|
and the text filters.
|
||||||
.It I
|
.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
|
.It U
|
||||||
Unlink. Name of file to remove upon completion of printing.
|
Unlink. Name of file to remove upon completion of printing.
|
||||||
.It N
|
.It N
|
||||||
|
@ -3390,7 +3390,7 @@ in the CHAP response packet.
|
|||||||
.Pp
|
.Pp
|
||||||
When configuring
|
When configuring
|
||||||
.Nm
|
.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
|
digits or characters. An encryption device or Secure ID card is usually
|
||||||
required to calculate the secret appropriate for the given challenge.
|
required to calculate the secret appropriate for the given challenge.
|
||||||
.It set authname Ar id
|
.It set authname Ar id
|
||||||
|
@ -3390,7 +3390,7 @@ in the CHAP response packet.
|
|||||||
.Pp
|
.Pp
|
||||||
When configuring
|
When configuring
|
||||||
.Nm
|
.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
|
digits or characters. An encryption device or Secure ID card is usually
|
||||||
required to calculate the secret appropriate for the given challenge.
|
required to calculate the secret appropriate for the given challenge.
|
||||||
.It set authname Ar id
|
.It set authname Ar id
|
||||||
|
@ -161,7 +161,7 @@ switch.
|
|||||||
.It raw
|
.It raw
|
||||||
Cause all output from query commands is printed as received from the
|
Cause all output from query commands is printed as received from the
|
||||||
remote server. The only formating/intepretation done on the data is to
|
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.
|
form.
|
||||||
.It cooked
|
.It cooked
|
||||||
Cause output from query commands to be
|
Cause output from query commands to be
|
||||||
|
Loading…
Reference in New Issue
Block a user