mainly just spelling and typos
This commit is contained in:
parent
cdf3be65ea
commit
3f49507786
13 changed files with 19 additions and 17 deletions
2
sys/lib/dist/ndb/local
vendored
2
sys/lib/dist/ndb/local
vendored
|
@ -27,7 +27,7 @@ dom=
|
||||||
ns=M.ROOT-SERVERS.NET
|
ns=M.ROOT-SERVERS.NET
|
||||||
|
|
||||||
#
|
#
|
||||||
# because the public demands the name localsource
|
# because the public demands the name localhost
|
||||||
#
|
#
|
||||||
ip=127.0.0.1 sys=localhost dom=localhost
|
ip=127.0.0.1 sys=localhost dom=localhost
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ invokes
|
||||||
.I grep
|
.I grep
|
||||||
with
|
with
|
||||||
.B -n
|
.B -n
|
||||||
(plus aditional flags, if provided)
|
(plus additional flags, if provided)
|
||||||
and forces tagging of output lines by file name. If no files
|
and forces tagging of output lines by file name. If no files
|
||||||
are listed, it recursively searches the current directory for
|
are listed, it recursively searches the current directory for
|
||||||
all files matching
|
all files matching
|
||||||
|
|
|
@ -109,8 +109,8 @@ flag causes
|
||||||
to print the arguments for the process. Newlines in arguments will be translated to spaces for display.
|
to print the arguments for the process. Newlines in arguments will be translated to spaces for display.
|
||||||
.PP
|
.PP
|
||||||
.I Pstree
|
.I Pstree
|
||||||
prints the processes as a tree in a two colum layout where
|
prints the processes as a tree in a two-column layout where
|
||||||
the first colum being the process id and second column
|
the first column being the process id and second column
|
||||||
the program name and arguments indented and prefixed with
|
the program name and arguments indented and prefixed with
|
||||||
line drawing runes to reflect the nesting in the hierarchy.
|
line drawing runes to reflect the nesting in the hierarchy.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
|
@ -469,7 +469,7 @@ overwrites the global variables
|
||||||
.BR screen ,
|
.BR screen ,
|
||||||
a pointer to the
|
a pointer to the
|
||||||
.B Image
|
.B Image
|
||||||
defining the window (or the overall display, if no window system is running); and
|
defining the window (or the overall display, if no window system is running), and
|
||||||
.BR _screen ,
|
.BR _screen ,
|
||||||
a pointer to the
|
a pointer to the
|
||||||
.B Screen
|
.B Screen
|
||||||
|
|
|
@ -36,7 +36,7 @@ followed by the preferred write unit (in bytes) and the string
|
||||||
.B buffered
|
.B buffered
|
||||||
followed by the number of bytes currently queued for output. The
|
followed by the number of bytes currently queued for output. The
|
||||||
numbers are decimal and right-padded with spaces to fit.
|
numbers are decimal and right-padded with spaces to fit.
|
||||||
After this fixed header, the contents of the file is driver specific.
|
After this fixed header, the content of the file is driver-specific.
|
||||||
.PP
|
.PP
|
||||||
.B Volume
|
.B Volume
|
||||||
is the control file associated with the audio port. Each source has
|
is the control file associated with the audio port. Each source has
|
||||||
|
|
|
@ -26,7 +26,7 @@ option.
|
||||||
The
|
The
|
||||||
.B -m
|
.B -m
|
||||||
option sets the mountpoint
|
option sets the mountpoint
|
||||||
.I mptp
|
.I mtpt
|
||||||
(default /root).
|
(default /root).
|
||||||
If the
|
If the
|
||||||
.B -s
|
.B -s
|
||||||
|
|
|
@ -34,7 +34,7 @@ cifs - Microsoft™ Windows network filesystem client
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Cifs
|
.I Cifs
|
||||||
translates between Microsoft's file-sharing protocol
|
translates between Microsoft's file-sharing protocol
|
||||||
(a.k.a. CIFS or SMB) and 9P, allowing Plan9 clients to mount file systems
|
(a.k.a. CIFS or SMB) and 9P, allowing Plan 9 clients to mount file systems
|
||||||
(shares or trees in MS terminology) published by such servers.
|
(shares or trees in MS terminology) published by such servers.
|
||||||
.PP
|
.PP
|
||||||
The root of the mounted directory contains one subdirectory per share,
|
The root of the mounted directory contains one subdirectory per share,
|
||||||
|
@ -204,7 +204,7 @@ Alternatively the
|
||||||
.B -a
|
.B -a
|
||||||
option can be used to force
|
option can be used to force
|
||||||
.I cifs
|
.I cifs
|
||||||
to use one of the less secure authentication mechnisms.
|
to use one of the less secure authentication mechanisms.
|
||||||
.LP
|
.LP
|
||||||
Windows 7 has dropped support for RAP, which is used to generate
|
Windows 7 has dropped support for RAP, which is used to generate
|
||||||
the synthetic files offered by
|
the synthetic files offered by
|
||||||
|
|
|
@ -24,7 +24,7 @@ is mostly used by bootloaders to download kernel images for
|
||||||
network bootstrap (see
|
network bootstrap (see
|
||||||
.IR dhcpd (8)).
|
.IR dhcpd (8)).
|
||||||
As the protocol has no way of distinguishing files from
|
As the protocol has no way of distinguishing files from
|
||||||
directories, the final path segment needs to conain a dot
|
directories, the final path segment needs to contain a dot
|
||||||
(.) character to be recognized as a file. To access files that
|
(.) character to be recognized as a file. To access files that
|
||||||
have no dot in the filename, a trailing dot has to be added
|
have no dot in the filename, a trailing dot has to be added
|
||||||
and will be stripped before it is passed to the server.
|
and will be stripped before it is passed to the server.
|
||||||
|
|
|
@ -18,7 +18,7 @@ avoid
|
||||||
.IP •
|
.IP •
|
||||||
no tabs expanded to spaces.
|
no tabs expanded to spaces.
|
||||||
.IP •
|
.IP •
|
||||||
surround a binary operator (particular a low precedence one) with spaces;
|
surround a binary operator (particularly a low precedence one) with spaces;
|
||||||
don't try to write the most compact code possible
|
don't try to write the most compact code possible
|
||||||
but rather the most readable.
|
but rather the most readable.
|
||||||
.IP •
|
.IP •
|
||||||
|
|
|
@ -169,7 +169,7 @@ the namespace for anonymous users (default
|
||||||
.PP
|
.PP
|
||||||
.I Socksd
|
.I Socksd
|
||||||
is a SOCKS4 and SOCKS5
|
is a SOCKS4 and SOCKS5
|
||||||
proxy server allowing non Plan9 machines to access the
|
proxy server allowing non-Plan 9 machines to access the
|
||||||
outside network.
|
outside network.
|
||||||
The net to use for outgoing calls can be specified
|
The net to use for outgoing calls can be specified
|
||||||
with the
|
with the
|
||||||
|
|
|
@ -514,7 +514,7 @@ argument is omited or zero, then the ramdisk will be allocated
|
||||||
from the top of physical memory.
|
from the top of physical memory.
|
||||||
.SS AUDIO
|
.SS AUDIO
|
||||||
.SS \fLaudio\fIX\fL=\fIvalue\fP
|
.SS \fLaudio\fIX\fL=\fIvalue\fP
|
||||||
This defines a sound interface. PCI based audio devices such as
|
This defines a sound interface. PCI-based audio devices such as
|
||||||
Intel HD audio or AC97 are autodetected and do not require any settings.
|
Intel HD audio or AC97 are autodetected and do not require any settings.
|
||||||
.PP
|
.PP
|
||||||
Known types are
|
Known types are
|
||||||
|
@ -778,7 +778,7 @@ is not specified, then the authentication server is used.
|
||||||
This variable is automatically generated by the boot loader (see
|
This variable is automatically generated by the boot loader (see
|
||||||
.IR 9boot (8))
|
.IR 9boot (8))
|
||||||
by doing a BIOS E820 memory scan while still in realmode and
|
by doing a BIOS E820 memory scan while still in realmode and
|
||||||
passed to the kernel. The format is a unordered list of
|
passed to the kernel. The format is an unordered list of
|
||||||
decimal region
|
decimal region
|
||||||
.I type
|
.I type
|
||||||
and hexadecimal 64-bit
|
and hexadecimal 64-bit
|
||||||
|
|
|
@ -83,7 +83,7 @@ Partitions of type
|
||||||
.B 0x39
|
.B 0x39
|
||||||
are Plan 9 partitions.
|
are Plan 9 partitions.
|
||||||
EFI systems use GUID partition table (GPT) format where partition types
|
EFI systems use GUID partition table (GPT) format where partition types
|
||||||
are identied by a 128-bit long identifiers. The randomly
|
are identified by a 128-bit long identifiers. The randomly
|
||||||
generated GUID
|
generated GUID
|
||||||
.B C91818F9-8025-47AF-89D2-F030D7000C2C
|
.B C91818F9-8025-47AF-89D2-F030D7000C2C
|
||||||
is used to identify the Plan 9 partition type in this scheme.
|
is used to identify the Plan 9 partition type in this scheme.
|
||||||
|
@ -158,7 +158,9 @@ A
|
||||||
worm filesystem.
|
worm filesystem.
|
||||||
.TP
|
.TP
|
||||||
.B fs
|
.B fs
|
||||||
A kfs file system.
|
An
|
||||||
|
.IR hjfs (4)
|
||||||
|
file system.
|
||||||
.TP
|
.TP
|
||||||
.B fscfg
|
.B fscfg
|
||||||
A one-sector partition used to store an
|
A one-sector partition used to store an
|
||||||
|
|
|
@ -142,7 +142,7 @@ static Type types[256] = {
|
||||||
{UU(0x6A82CB45,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisboot", "Solaris Boot"},
|
{UU(0x6A82CB45,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisboot", "Solaris Boot"},
|
||||||
{UU(0x6A85CF4D,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisroot", "Solaris Root"},
|
{UU(0x6A85CF4D,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisroot", "Solaris Root"},
|
||||||
{UU(0x6A87C46F,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisswap", "Solaris Swap"},
|
{UU(0x6A87C46F,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisswap", "Solaris Swap"},
|
||||||
{UU(0x6A8B642B,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisbakup", "Solaris Backup"},
|
{UU(0x6A8B642B,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisbackup", "Solaris Backup"},
|
||||||
{UU(0x6A898CC3,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisusr", "Solaris /usr"},
|
{UU(0x6A898CC3,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisusr", "Solaris /usr"},
|
||||||
{UU(0x6A8EF2E9,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisvar", "Solaris /var"},
|
{UU(0x6A8EF2E9,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarisvar", "Solaris /var"},
|
||||||
{UU(0x6A90BA39,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarishome", "Solaris /home"},
|
{UU(0x6A90BA39,0x1DD2,0x11B2,0x99A6,0x080020736631ULL), "solarishome", "Solaris /home"},
|
||||||
|
|
Loading…
Reference in a new issue