time.1, get_kernel_syms.2, getitimer.2, open.2, perf_event_open.2, wait.2, alloca.3, bcmp.3, catopen.3, fputwc.3, iconv.3, iswalnum.3, iswalpha.3, iswblank.3, iswcntrl.3, iswctype.3, iswdigit.3, iswgraph.3, iswlower.3, iswprint.3, iswpunct.3, iswspace.3, iswupper.3, iswxdigit.3, mbsinit.3, putwchar.3, rcmd.3, rexec.3, sigqueue.3, strverscmp.3, wctrans.3, wctype.3, wcwidth.3, console_codes.4, initrd.4, st.4, elf.5, nss.5, ip.7, netdevice.7, path_resolution.7, socket.7, udp.7, ld.so.8: grfix: s/Otherwise /Otherwise, /

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 10:15:47 +02:00
parent e4e425b3f0
commit 2b9b829d52
44 changed files with 50 additions and 50 deletions

View File

@ -67,7 +67,7 @@ If
.I command .I command
was invoked, the exit status is that of was invoked, the exit status is that of
.IR command . .IR command .
Otherwise it is 127 if Otherwise, it is 127 if
.I command .I command
could not be found, 126 if it could be found but could not be invoked, could not be found, 126 if it could be found but could not be invoked,
and some other nonzero value (1-125) if something else went wrong. and some other nonzero value (1-125) if something else went wrong.

View File

@ -25,7 +25,7 @@ If
is NULL, is NULL,
.BR get_kernel_syms () .BR get_kernel_syms ()
returns the number of symbols available for query. returns the number of symbols available for query.
Otherwise it fills in a table of structures: Otherwise, it fills in a table of structures:
.PP .PP
.in +4n .in +4n
.nf .nf

View File

@ -117,7 +117,7 @@ Upon expiration, a signal will be generated and the timer reset.
If the timer expires while the process is active (always true for If the timer expires while the process is active (always true for
.BR ITIMER_VIRTUAL ), .BR ITIMER_VIRTUAL ),
the signal will be delivered immediately when generated. the signal will be delivered immediately when generated.
Otherwise the Otherwise, the
delivery will be offset by a small time dependent on the system loading. delivery will be offset by a small time dependent on the system loading.
.SH RETURN VALUE .SH RETURN VALUE
On success, zero is returned. On success, zero is returned.

View File

@ -727,7 +727,7 @@ it will be truncated to length 0.
If the file is a FIFO or terminal device file, the If the file is a FIFO or terminal device file, the
.B O_TRUNC .B O_TRUNC
flag is ignored. flag is ignored.
Otherwise the effect of Otherwise, the effect of
.B O_TRUNC .B O_TRUNC
is unspecified. is unspecified.
.SS creat() .SS creat()

View File

@ -891,7 +891,7 @@ fork/exit notifications are included in the ring buffer.
If set, have a sampling interrupt happen when we cross the If set, have a sampling interrupt happen when we cross the
.I wakeup_watermark .I wakeup_watermark
boundary. boundary.
Otherwise interrupts happen after Otherwise, interrupts happen after
.I wakeup_events .I wakeup_events
samples. samples.
.TP .TP

View File

@ -92,7 +92,7 @@ if a wait is not performed, then the terminated child remains in
a "zombie" state (see NOTES below). a "zombie" state (see NOTES below).
If a child has already changed state, then these calls return immediately. If a child has already changed state, then these calls return immediately.
Otherwise they block until either a child changes state or Otherwise, they block until either a child changes state or
a signal handler interrupts the call (assuming that system calls a signal handler interrupts the call (assuming that system calls
are not automatically restarted using the are not automatically restarted using the
.B SA_RESTART .B SA_RESTART

View File

@ -121,7 +121,7 @@ option is given
the header the header
.I <alloca.h> .I <alloca.h>
is not included. is not included.
Otherwise (without an \-ansi or \-std=c* option) the glibc version of Otherwise, (without an \-ansi or \-std=c* option) the glibc version of
.I <stdlib.h> .I <stdlib.h>
includes includes
.I <alloca.h> .I <alloca.h>

View File

@ -52,7 +52,7 @@ If they are equal, and in particular if
is zero, is zero,
.BR bcmp () .BR bcmp ()
returns 0. returns 0.
Otherwise it returns a nonzero result. Otherwise, it returns a nonzero result.
.SH RETURN VALUE .SH RETURN VALUE
The The
.BR bcmp () .BR bcmp ()

View File

@ -98,7 +98,7 @@ If it is set to
.BR NL_CAT_LOCALE , .BR NL_CAT_LOCALE ,
then it will use the current locale setting for then it will use the current locale setting for
.BR LC_MESSAGES . .BR LC_MESSAGES .
Otherwise it will use the Otherwise, it will use the
.B LANG .B LANG
environment variable. environment variable.
.LP .LP

View File

@ -39,7 +39,7 @@ If
If a wide-character conversion error occurs, If a wide-character conversion error occurs,
it sets \fIerrno\fP to \fBEILSEQ\fP and returns it sets \fIerrno\fP to \fBEILSEQ\fP and returns
.BR WEOF . .BR WEOF .
Otherwise it returns \fIwc\fP. Otherwise, it returns \fIwc\fP.
.PP .PP
The The
.BR putwc () .BR putwc ()

View File

@ -110,7 +110,7 @@ At most \fI*outbytesleft\fP bytes, starting at \fI*outbuf\fP, will be written.
If the output buffer has no more room for this reset sequence, it sets If the output buffer has no more room for this reset sequence, it sets
\fIerrno\fP to \fBE2BIG\fP and returns \fIerrno\fP to \fBE2BIG\fP and returns
.IR (size_t)\ \-1 . .IR (size_t)\ \-1 .
Otherwise it increments Otherwise, it increments
\fI*outbuf\fP and decrements \fI*outbytesleft\fP by the number of bytes \fI*outbuf\fP and decrements \fI*outbytesleft\fP by the number of bytes
written. written.
.PP .PP

View File

@ -62,7 +62,7 @@ if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "alnum". belonging to the wide-character class "alnum".
Otherwise it returns zero. Otherwise, it returns zero.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -66,7 +66,7 @@ if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "alpha". belonging to the wide-character class "alpha".
Otherwise it returns zero. Otherwise, it returns zero.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -65,7 +65,7 @@ The
function returns nonzero function returns nonzero
if \fIwc\fP is a wide character if \fIwc\fP is a wide character
belonging to the wide-character class "blank". belonging to the wide-character class "blank".
Otherwise it returns zero. Otherwise, it returns zero.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -50,7 +50,7 @@ function returns nonzero if
.I wc .I wc
is a is a
wide character belonging to the wide-character class "cntrl". wide character belonging to the wide-character class "cntrl".
Otherwise it returns zero. Otherwise, it returns zero.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -32,7 +32,7 @@ is a wide character having the character property designated by
the the
.BR iswctype () .BR iswctype ()
function returns nonzero. function returns nonzero.
Otherwise it Otherwise, it
returns zero. returns zero.
If If
.I wc .I wc
@ -53,7 +53,7 @@ the
.I wc .I wc
has the designated has the designated
property. property.
Otherwise it returns 0. Otherwise, it returns 0.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -65,7 +65,7 @@ if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "digit". belonging to the wide-character class "digit".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -58,7 +58,7 @@ if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "graph". belonging to the wide-character class "graph".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -72,7 +72,7 @@ if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "lower". belonging to the wide-character class "lower".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -44,7 +44,7 @@ function returns nonzero if
.I wc .I wc
is a is a
wide character belonging to the wide-character class "print". wide character belonging to the wide-character class "print".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -56,7 +56,7 @@ if
.I wc .I wc
is a wide-character is a wide-character
belonging to the wide-character class "punct". belonging to the wide-character class "punct".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -52,7 +52,7 @@ function returns nonzero if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "space". belonging to the wide-character class "space".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -66,7 +66,7 @@ function returns nonzero if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "upper". belonging to the wide-character class "upper".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -57,7 +57,7 @@ function returns nonzero if
.I wc .I wc
is a wide character is a wide character
belonging to the wide-character class "xdigit". belonging to the wide-character class "xdigit".
Otherwise it returns zero. Otherwise, it returns zero.
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH NOTES .SH NOTES

View File

@ -80,7 +80,7 @@ returns nonzero if
is an initial state, or if is an initial state, or if
.I ps .I ps
is NULL. is NULL.
Otherwise it returns 0. Otherwise, it returns 0.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))
The The

View File

@ -44,7 +44,7 @@ to
.B EILSEQ .B EILSEQ
and returns and returns
.BR WEOF . .BR WEOF .
Otherwise it returns Otherwise, it returns
.IR wc . .IR wc .
.PP .PP
For a nonlocking counterpart, see For a nonlocking counterpart, see

View File

@ -120,7 +120,7 @@ looks up the host
using using
.BR gethostbyname (3), .BR gethostbyname (3),
returning \-1 if the host does not exist. returning \-1 if the host does not exist.
Otherwise Otherwise,
.I *ahost .I *ahost
is set to the standard name of the host is set to the standard name of the host
and a connection is established to a server and a connection is established to a server

View File

@ -65,7 +65,7 @@ looks up the host
using using
.BR gethostbyname (3), .BR gethostbyname (3),
returning \-1 if the host does not exist. returning \-1 if the host does not exist.
Otherwise Otherwise,
.IR *ahost .IR *ahost
is set to the standard name of the host. is set to the standard name of the host.
If a username and password are both specified, then these If a username and password are both specified, then these

View File

@ -85,7 +85,7 @@ On success,
.BR sigqueue () .BR sigqueue ()
returns 0, indicating that the signal was successfully returns 0, indicating that the signal was successfully
queued to the receiving process. queued to the receiving process.
Otherwise \-1 is returned and Otherwise, \-1 is returned and
.I errno .I errno
is set to indicate the error. is set to indicate the error.
.SH ERRORS .SH ERRORS

View File

@ -63,7 +63,7 @@ where the strings are expected to be in ASCII.
What this function does is the following. What this function does is the following.
If both strings are equal, return 0. If both strings are equal, return 0.
Otherwise find the position Otherwise, find the position
between two bytes with the property that before it both strings are equal, between two bytes with the property that before it both strings are equal,
while directly after it there is a difference. while directly after it there is a difference.
Find the largest consecutive digit strings containing (or starting at, Find the largest consecutive digit strings containing (or starting at,

View File

@ -57,7 +57,7 @@ The
function returns a mapping descriptor if the function returns a mapping descriptor if the
.I name .I name
is valid. is valid.
Otherwise it returns Otherwise, it returns
.IR "(wctrans_t)\ 0" . .IR "(wctrans_t)\ 0" .
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))

View File

@ -69,7 +69,7 @@ function returns a property descriptor
if the if the
.I name .I name
is valid. is valid.
Otherwise it returns Otherwise, it returns
.IR "(wctype_t) 0" . .IR "(wctype_t) 0" .
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) .SS Multithreading (see pthreads(7))

View File

@ -35,7 +35,7 @@ is at least 0.
If If
.I c .I c
is null wide character (L\(aq\\0\(aq), the value is 0. is null wide character (L\(aq\\0\(aq), the value is 0.
Otherwise \-1 is returned. Otherwise, \-1 is returned.
.SH RETURN VALUE .SH RETURN VALUE
The The
.BR wcwidth () .BR wcwidth ()

View File

@ -38,7 +38,7 @@ the code used for processing to the code used for printing.
.LP .LP
If the console is in UTF-8 mode, then the incoming bytes are If the console is in UTF-8 mode, then the incoming bytes are
first assembled into 16-bit Unicode codes. first assembled into 16-bit Unicode codes.
Otherwise each byte is transformed according to the current mapping table Otherwise, each byte is transformed according to the current mapping table
(which translates it to a Unicode value). (which translates it to a Unicode value).
See the \fBCharacter Sets\fP section below for discussion. See the \fBCharacter Sets\fP section below for discussion.
.LP .LP

View File

@ -148,7 +148,7 @@ is moved from
.IR / .IR /
to to
.IR /initrd . .IR /initrd .
Otherwise if the directory Otherwise, if the directory
.IR /initrd .IR /initrd
does not exist, the device does not exist, the device
.I /dev/ram0 .I /dev/ram0

View File

@ -295,7 +295,7 @@ Go to the end of the recorded media (for appending files).
Erase tape. Erase tape.
With 2.6 kernel, short erase (mark tape empty) is performed if the With 2.6 kernel, short erase (mark tape empty) is performed if the
argument is zero. argument is zero.
Otherwise long erase (erase all) is done. Otherwise, long erase (erase all) is done.
.TP .TP
.B MTFSF .B MTFSF
Forward space over Forward space over
@ -601,7 +601,7 @@ and
.B MTIOCPOS .B MTIOCPOS
commands and when changing tape commands and when changing tape
partition). partition).
Otherwise the device-specific addresses are used. Otherwise, the device-specific addresses are used.
It is highly advisable to set this option if the drive supports the It is highly advisable to set this option if the drive supports the
logical addresses because they count also filemarks. logical addresses because they count also filemarks.
There are some There are some
@ -610,7 +610,7 @@ drives that support only the logical block addresses.
.BR MT_ST_SYSV " (Default: false)" .BR MT_ST_SYSV " (Default: false)"
When this option is enabled, the tape devices use the SystemV When this option is enabled, the tape devices use the SystemV
semantics. semantics.
Otherwise the BSD semantics are used. Otherwise, the BSD semantics are used.
The most important The most important
difference between the semantics is what happens when a device used difference between the semantics is what happens when a device used
for reading is closed: in System V semantics the tape is spaced forward for reading is closed: in System V semantics the tape is spaced forward

View File

@ -1409,7 +1409,7 @@ has a loadable segment that includes relocation, the section's attributes
will include the will include the
.BR SHF_ALLOC .BR SHF_ALLOC
bit. bit.
Otherwise the bit will be off. Otherwise, the bit will be off.
By convention, By convention,
"NAME" "NAME"
is supplied by the section to which the relocations apply. is supplied by the section to which the relocations apply.
@ -1428,7 +1428,7 @@ has a loadable segment that includes relocation, the section's attributes
will include the will include the
.BR SHF_ALLOC .BR SHF_ALLOC
bit. bit.
Otherwise the bit will be off. Otherwise, the bit will be off.
By convention, By convention,
"NAME" "NAME"
is supplied by the section to which the relocations apply. is supplied by the section to which the relocations apply.
@ -1470,7 +1470,7 @@ segment that includes the symbol string table, the section's attributes
will include the will include the
.BR SHF_ALLOC .BR SHF_ALLOC
bit. bit.
Otherwise the bit will be off. Otherwise, the bit will be off.
This section is of type This section is of type
.BR SHT_STRTAB . .BR SHT_STRTAB .
.TP .TP
@ -1481,7 +1481,7 @@ that includes the symbol table, the section's attributes will include
the the
.BR SHF_ALLOC .BR SHF_ALLOC
bit. bit.
Otherwise the bit will be off. Otherwise, the bit will be off.
This section is of type This section is of type
.BR SHT_SYMTAB . .BR SHT_SYMTAB .
.TP .TP

View File

@ -89,7 +89,7 @@ hand out the requests one by one from memory with every corresponding
or or
.BR getgrent (3) .BR getgrent (3)
call respectively. call respectively.
Otherwise each Otherwise, each
.BR getpwent (3) .BR getpwent (3)
or or
.BR getgrent (3) .BR getgrent (3)

View File

@ -953,7 +953,7 @@ about to be forwarded.
Only enable if running either a firewall that is the sole link Only enable if running either a firewall that is the sole link
to your network or a transparent proxy; never ever use it for a to your network or a transparent proxy; never ever use it for a
normal router or host. normal router or host.
Otherwise fragmented communication can be disturbed Otherwise, fragmented communication can be disturbed
if the fragments travel over different links. if the fragments travel over different links.
Defragmentation also has a large memory and CPU time cost. Defragmentation also has a large memory and CPU time cost.

View File

@ -280,7 +280,7 @@ is NULL,
returns the necessary buffer size in bytes returns the necessary buffer size in bytes
for receiving all available addresses in for receiving all available addresses in
.IR ifc_len . .IR ifc_len .
Otherwise Otherwise,
.I ifc_req .I ifc_req
contains a pointer to an array of contains a pointer to an array of
.I ifreq .I ifreq

View File

@ -140,7 +140,7 @@ outside of the filesystem hierarchy on "dev".
.SS Trailing slashes .SS Trailing slashes
If a pathname ends in a \(aq/\(aq, that forces resolution of the preceding If a pathname ends in a \(aq/\(aq, that forces resolution of the preceding
component as in Step 2: it has to exist and resolve to a directory. component as in Step 2: it has to exist and resolve to a directory.
Otherwise a trailing \(aq/\(aq is ignored. Otherwise, a trailing \(aq/\(aq is ignored.
(Or, equivalently, a pathname with a trailing \(aq/\(aq is equivalent to (Or, equivalently, a pathname with a trailing \(aq/\(aq is equivalent to
the pathname obtained by appending \(aq.\(aq to it.) the pathname obtained by appending \(aq.\(aq to it.)
.SS Final symlink .SS Final symlink

View File

@ -429,7 +429,7 @@ capability.
.B SO_OOBINLINE .B SO_OOBINLINE
If this option is enabled, If this option is enabled,
out-of-band data is directly placed into the receive data stream. out-of-band data is directly placed into the receive data stream.
Otherwise out-of-band data is passed only when the Otherwise, out-of-band data is passed only when the
.B MSG_OOB .B MSG_OOB
flag is set during receiving. flag is set during receiving.
.\" don't document it because it can do too much harm. .\" don't document it because it can do too much harm.

View File

@ -50,7 +50,7 @@ or
In order to receive packets, the socket can be bound to a local In order to receive packets, the socket can be bound to a local
address first by using address first by using
.BR bind (2). .BR bind (2).
Otherwise the socket layer will automatically assign Otherwise, the socket layer will automatically assign
a free local port out of the range defined by a free local port out of the range defined by
.I /proc/sys/net/ipv4/ip_local_port_range .I /proc/sys/net/ipv4/ip_local_port_range
and bind the socket to and bind the socket to

View File

@ -36,7 +36,7 @@ handles a.out binaries, a format used long ago;
.B ld-linux.so* .B ld-linux.so*
handles ELF (\fI/lib/ld-linux.so.1\fP for libc5, \fI/lib/ld-linux.so.2\fP handles ELF (\fI/lib/ld-linux.so.1\fP for libc5, \fI/lib/ld-linux.so.2\fP
for glibc2), which everybody has been using for years now. for glibc2), which everybody has been using for years now.
Otherwise both have the same behavior, and use the same Otherwise, both have the same behavior, and use the same
support files and programs support files and programs
.BR ldd (1), .BR ldd (1),
.BR ldconfig (8) .BR ldconfig (8)