fcntl.2, msgget.2, ptrace.2, request_key.2, shmget.2, sigaction.2, syscalls.2, dbopen.3, euidaccess.3, getgrnam.3, getpwnam.3, strfmon.3, strtol.3, strtoul.3, cciss.4, hpsa.4, mouse.4, termcap.5, charsets.7, iso_8859-16.7, iso_8859-2.7, koi8-r.7, unicode.7, utf-8.7: Use Oxford comma

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-05 16:09:11 +01:00
parent 5019071b75
commit a797afac4e
24 changed files with 29 additions and 29 deletions

View File

@ -191,7 +191,7 @@ and
.BR O_SYNC .BR O_SYNC
flags; see BUGS, below. flags; see BUGS, below.
.SS Advisory locking .SS Advisory locking
.BR F_GETLK ", " F_SETLK " and " F_SETLKW .BR F_GETLK ", " F_SETLK ", and " F_SETLKW
are used to acquire, release, and test for the existence of record are used to acquire, release, and test for the existence of record
locks (also known as file-segment or file-region locks). locks (also known as file-segment or file-region locks).
The third argument, The third argument,
@ -1162,9 +1162,9 @@ Only the operations
.BR F_GETFL , .BR F_GETFL ,
.BR F_SETFL , .BR F_SETFL ,
.BR F_GETLK , .BR F_GETLK ,
.BR F_SETLK .BR F_SETLK ,
and and
.BR F_SETLKW , .BR F_SETLKW
are specified in POSIX.1-2001. are specified in POSIX.1-2001.
.BR F_GETOWN .BR F_GETOWN

View File

@ -119,7 +119,7 @@ are set to the least significant 9 bits of
.IR msg_qnum , .IR msg_qnum ,
.IR msg_lspid , .IR msg_lspid ,
.IR msg_lrpid , .IR msg_lrpid ,
.I msg_stime .IR msg_stime ,
and and
.I msg_rtime .I msg_rtime
are set to 0. are set to 0.

View File

@ -149,7 +149,7 @@ specifies the thread ID of the tracee to be acted on.
For requests other than For requests other than
.BR PTRACE_ATTACH , .BR PTRACE_ATTACH ,
.BR PTRACE_SEIZE , .BR PTRACE_SEIZE ,
.B PTRACE_INTERRUPT .BR PTRACE_INTERRUPT ,
and and
.BR PTRACE_KILL , .BR PTRACE_KILL ,
the tracee must be stopped. the tracee must be stopped.

View File

@ -40,7 +40,7 @@ is called from a program invoked by
.BR request_key () .BR request_key ()
on behalf of some other process to generate a key, then the keyrings of that on behalf of some other process to generate a key, then the keyrings of that
other process will be searched next, using that other process's UID, GID, other process will be searched next, using that other process's UID, GID,
groups and security context to control access. groups, and security context to control access.
.P .P
The keys in each keyring searched are checked for a match before any child The keys in each keyring searched are checked for a match before any child
keyrings are recursed into. keyrings are recursed into.

View File

@ -167,7 +167,7 @@ is set to the value of
.IP .IP
.IR shm_lpid , .IR shm_lpid ,
.IR shm_nattch , .IR shm_nattch ,
.I shm_atime .IR shm_atime ,
and and
.I shm_dtime .I shm_dtime
are set to 0. are set to 0.

View File

@ -344,7 +344,7 @@ with the real user ID of the message sender.
.IP * .IP *
.B SIGCHLD .B SIGCHLD
fills in fills in
.IR si_pid ", " si_uid ", " si_status ", " si_utime " and " si_stime , .IR si_pid ", " si_uid ", " si_status ", " si_utime ", and " si_stime ,
providing information about the child. providing information about the child.
The The
.I si_pid .I si_pid

View File

@ -666,7 +666,7 @@ older system calls were superseded by newer ones,
and this has been treated somewhat unsystematically. and this has been treated somewhat unsystematically.
On platforms with On platforms with
proprietary operating-system emulation, proprietary operating-system emulation,
such as parisc, sparc, sparc64 and alpha, such as parisc, sparc, sparc64, and alpha,
there are many additional system calls; mips64 also contains a full there are many additional system calls; mips64 also contains a full
set of 32-bit system calls. set of 32-bit system calls.

View File

@ -514,7 +514,7 @@ or
The The
.IR del , .IR del ,
.IR get , .IR get ,
.I put .IR put ,
and and
.I seq .I seq
routines may fail and set routines may fail and set

View File

@ -47,7 +47,7 @@ uses the effective identifiers.
.I mode .I mode
is a mask consisting of one or more of is a mask consisting of one or more of
.BR R_OK ", " W_OK ", " X_OK " and " F_OK , .BR R_OK ", " W_OK ", " X_OK ", and " F_OK ,
with the same meanings as for with the same meanings as for
.BR access (2). .BR access (2).

View File

@ -234,7 +234,7 @@ One might argue that according to POSIX
should be left unchanged if an entry is not found. should be left unchanged if an entry is not found.
Experiments on various Experiments on various
UNIX-like systems shows that lots of different values occur in this UNIX-like systems shows that lots of different values occur in this
situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM and probably others. situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM, and probably others.
.\" more precisely: .\" more precisely:
.\" AIX 5.1 - gives ESRCH .\" AIX 5.1 - gives ESRCH
.\" OSF1 4.0g - gives EWOULDBLOCK .\" OSF1 4.0g - gives EWOULDBLOCK

View File

@ -244,7 +244,7 @@ One might argue that according to POSIX
should be left unchanged if an entry is not found. should be left unchanged if an entry is not found.
Experiments on various Experiments on various
UNIX-like systems show that lots of different values occur in this UNIX-like systems show that lots of different values occur in this
situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM and probably others. situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM, and probably others.
.\" more precisely: .\" more precisely:
.\" AIX 5.1 - gives ESRCH .\" AIX 5.1 - gives ESRCH
.\" OSF1 4.0g - gives EWOULDBLOCK .\" OSF1 4.0g - gives EWOULDBLOCK

View File

@ -161,7 +161,7 @@ and will no doubt cause confusion.
Surprisingly, the "fl" is preceded and followed by a space, Surprisingly, the "fl" is preceded and followed by a space,
and "NLG" is preceded by one and followed by two spaces. and "NLG" is preceded by one and followed by two spaces.
This may be a bug in the locale files. This may be a bug in the locale files.
The Italian, Australian, Swiss The Italian, Australian, Swiss,
and Portuguese locales yield and Portuguese locales yield
.in +4n .in +4n

View File

@ -172,7 +172,7 @@ as long as
is not called to change the locale during their execution. is not called to change the locale during their execution.
.SH CONFORMING TO .SH CONFORMING TO
.BR strtol () .BR strtol ()
conforms to SVr4, 4.3BSD, C89, C99 and POSIX.1-2001, and conforms to SVr4, 4.3BSD, C89, C99, and POSIX.1-2001, and
.BR strtoll () .BR strtoll ()
to C99 and POSIX.1-2001. to C99 and POSIX.1-2001.
.SH NOTES .SH NOTES

View File

@ -176,7 +176,7 @@ as long as
is not called to change the locale during their execution. is not called to change the locale during their execution.
.SH CONFORMING TO .SH CONFORMING TO
.BR strtoul () .BR strtoul ()
conforms to SVr4, C89, C99 and POSIX-2001, and conforms to SVr4, C89, C99, and POSIX-2001, and
.BR strtoull () .BR strtoull ()
to C99 and POSIX.1-2001. to C99 and POSIX.1-2001.
.SH NOTES .SH NOTES

View File

@ -279,7 +279,7 @@ or medium changers.
.RE .RE
.LP .LP
The driver will output messages indicating which The driver will output messages indicating which
devices have been added or removed and the controller, bus, target and devices have been added or removed and the controller, bus, target, and
lun used to address each device. lun used to address each device.
The driver then notifies the SCSI midlayer The driver then notifies the SCSI midlayer
of these changes. of these changes.

View File

@ -129,7 +129,7 @@ For example:
This attribute contains the 16 hex-digit (8 byte) LUN ID This attribute contains the 16 hex-digit (8 byte) LUN ID
by which a logical drive or physical device can be addressed. by which a logical drive or physical device can be addressed.
.IR c : b : t : l .IR c : b : t : l
are the controller, bus, target and lun of the device. are the controller, bus, target, and lun of the device.
.nf .nf
For example: For example:

View File

@ -60,7 +60,7 @@ and
(positive means down). (positive means down).
Various mice can operate at different speeds. Various mice can operate at different speeds.
To select speeds, cycle through the To select speeds, cycle through the
speeds 9600, 4800, 2400 and 1200 bit/s, each time writing the two characters speeds 9600, 4800, 2400, and 1200 bit/s, each time writing the two characters
from the table below and waiting 0.1 seconds. from the table below and waiting 0.1 seconds.
The following table shows available speeds and the strings that select them: The following table shows available speeds and the strings that select them:
.TS .TS

View File

@ -317,7 +317,7 @@ LO Turn soft labels on
mb Start blinking mb Start blinking
MC Clear soft margins MC Clear soft margins
md Start bold mode md Start bold mode
me End all mode like so, us, mb, md and mr me End all mode like so, us, mb, md, and mr
mh Start half bright mode mh Start half bright mode
mk Dark mode (Characters invisible) mk Dark mode (Characters invisible)
ML Set left soft margin ML Set left soft margin

View File

@ -44,7 +44,7 @@ It is currently described by the ECMA-6 standard.
.LP .LP
Various ASCII variants replacing the dollar sign with other currency Various ASCII variants replacing the dollar sign with other currency
symbols and replacing punctuation with non-English alphabetic characters symbols and replacing punctuation with non-English alphabetic characters
to cover German, French, Spanish and others in 7 bits exist. to cover German, French, Spanish, and others in 7 bits exist.
All are All are
deprecated; glibc doesn't support locales whose character sets aren't deprecated; glibc doesn't support locales whose character sets aren't
true supersets of ASCII. true supersets of ASCII.
@ -96,7 +96,7 @@ It is essentially obsolete; see 8859-10 (Latin-6) and 8859-13 (Latin-7).
.TP .TP
8859-5 8859-5
Cyrillic letters supporting Bulgarian, Byelorussian, Macedonian, Cyrillic letters supporting Bulgarian, Byelorussian, Macedonian,
Russian, Serbian and Ukrainian. Russian, Serbian, and Ukrainian.
Ukrainians read the letter "ghe" Ukrainians read the letter "ghe"
with downstroke as "heh" and would need a ghe with upstroke to write a with downstroke as "heh" and would need a ghe with upstroke to write a
correct ghe. correct ghe.
@ -305,7 +305,7 @@ by the Linux kernel and by
.BR xterm (1). .BR xterm (1).
It is popular in Japan and Korea. It is popular in Japan and Korea.
.LP .LP
There are 4 graphic character sets, called G0, G1, G2 and G3, There are 4 graphic character sets, called G0, G1, G2, and G3,
and one of them is the current character set for codes with and one of them is the current character set for codes with
high bit zero (initially G0), and one of them is the current high bit zero (initially G0), and one of them is the current
character set for codes with high bit one (initially G1). character set for codes with high bit one (initially G1).

View File

@ -36,7 +36,7 @@ characters and is not implemented yet by any program vendors.
.P .P
ISO 8859-16 supports the following languages: Albanian, Bosnian, ISO 8859-16 supports the following languages: Albanian, Bosnian,
Croatian, English, Finnish, German, Hungarian, Irish, Polish, Croatian, English, Finnish, German, Hungarian, Irish, Polish,
Romanian, Slovenian and Serbian. Romanian, Slovenian, and Serbian.
.P .P
Also note that the following Cyrillic-based languages have one-to-one Also note that the following Cyrillic-based languages have one-to-one
transliterations to Latin 10: Macedonian and Serbian. transliterations to Latin 10: Macedonian and Serbian.

View File

@ -39,7 +39,7 @@ characters and is implemented by several program vendors.
.P .P
ISO 8859-2 supports the following languages: Albanian, Bosnian, ISO 8859-2 supports the following languages: Albanian, Bosnian,
Croatian, Czech, English, Finnish, German, Hungarian, Irish, Polish, Croatian, Czech, English, Finnish, German, Hungarian, Irish, Polish,
Slovak, Slovenian and Sorbian. Slovak, Slovenian, and Sorbian.
.P .P
Also note that the following Cyrillic-based languages have one-to-one Also note that the following Cyrillic-based languages have one-to-one
transliterations to Latin 2: Macedonian and Serbian. transliterations to Latin 2: Macedonian and Serbian.

View File

@ -33,7 +33,7 @@ hexadecimal
KOI8-R is the character set of choice for encoding Russian texts for KOI8-R is the character set of choice for encoding Russian texts for
many UNIX-like operation systems. many UNIX-like operation systems.
KOI8-R is a successor for KOI-8, a KOI8-R is a successor for KOI-8, a
de-facto standard for Internet Mail, News, WWW and other interactive de-facto standard for Internet Mail, News, WWW, and other interactive
services at least all over the ex-SU territory. services at least all over the ex-SU territory.
.PP .PP
KOI8-R is defined by RFC\ 1489 (Registration of a Cyrillic Character KOI8-R is defined by RFC\ 1489 (Registration of a Cyrillic Character

View File

@ -58,7 +58,7 @@ eventually include not only Hieroglyphs and various historic
Indo-European languages, but even some selected artistic scripts such Indo-European languages, but even some selected artistic scripts such
as Tengwar, Cirth, and Klingon. as Tengwar, Cirth, and Klingon.
UCS also covers a large number of UCS also covers a large number of
graphical, typographical, mathematical and scientific symbols, graphical, typographical, mathematical, and scientific symbols,
including those provided by TeX, Postscript, APL, MS-DOS, MS-Windows, including those provided by TeX, Postscript, APL, MS-DOS, MS-Windows,
Macintosh, OCR fonts, as well as many word processing and publishing Macintosh, OCR fonts, as well as many word processing and publishing
systems, and more are being added. systems, and more are being added.
@ -173,7 +173,7 @@ technical reports published by the Unicode Consortium provide much
additional information on the semantics and recommended usages of additional information on the semantics and recommended usages of
various characters. various characters.
They provide guidelines and algorithms for They provide guidelines and algorithms for
editing, sorting, comparing, normalizing, converting and displaying editing, sorting, comparing, normalizing, converting, and displaying
Unicode strings. Unicode strings.
.SS Unicode under Linux .SS Unicode under Linux
Under GNU/Linux, the C type Under GNU/Linux, the C type

View File

@ -98,7 +98,7 @@ All possible 2^31 UCS codes can be encoded using
.BR UTF-8 . .BR UTF-8 .
.TP .TP
* *
The bytes 0xc0, 0xc1, 0xfe and 0xff are never used in the The bytes 0xc0, 0xc1, 0xfe, and 0xff are never used in the
.B UTF-8 .B UTF-8
encoding. encoding.
.TP .TP