aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-04-28 10:15:47 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-04-28 10:15:47 +0200
commit2b9b829d527c78dc9a27f903ed114b4d4e47fe32 (patch)
tree083b8145c7df14109410b7d333922d5c5d983a7c /man3
parente4e425b3f06cd35ba2f2e0e825344a6d7b244f5a (diff)
downloadman-pages-2b9b829d527c78dc9a27f903ed114b4d4e47fe32.tar.gz
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>
Diffstat (limited to 'man3')
-rw-r--r--man3/alloca.32
-rw-r--r--man3/bcmp.32
-rw-r--r--man3/catopen.32
-rw-r--r--man3/fputwc.32
-rw-r--r--man3/iconv.32
-rw-r--r--man3/iswalnum.32
-rw-r--r--man3/iswalpha.32
-rw-r--r--man3/iswblank.32
-rw-r--r--man3/iswcntrl.32
-rw-r--r--man3/iswctype.34
-rw-r--r--man3/iswdigit.32
-rw-r--r--man3/iswgraph.32
-rw-r--r--man3/iswlower.32
-rw-r--r--man3/iswprint.32
-rw-r--r--man3/iswpunct.32
-rw-r--r--man3/iswspace.32
-rw-r--r--man3/iswupper.32
-rw-r--r--man3/iswxdigit.32
-rw-r--r--man3/mbsinit.32
-rw-r--r--man3/putwchar.32
-rw-r--r--man3/rcmd.32
-rw-r--r--man3/rexec.32
-rw-r--r--man3/sigqueue.32
-rw-r--r--man3/strverscmp.32
-rw-r--r--man3/wctrans.32
-rw-r--r--man3/wctype.32
-rw-r--r--man3/wcwidth.32
27 files changed, 28 insertions, 28 deletions
diff --git a/man3/alloca.3 b/man3/alloca.3
index 7d11c638c0..ff7453d4c8 100644
--- a/man3/alloca.3
+++ b/man3/alloca.3
@@ -121,7 +121,7 @@ option is given
the header
.I <alloca.h>
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>
includes
.I <alloca.h>
diff --git a/man3/bcmp.3 b/man3/bcmp.3
index 924dee794d..e4aeda1dff 100644
--- a/man3/bcmp.3
+++ b/man3/bcmp.3
@@ -52,7 +52,7 @@ If they are equal, and in particular if
is zero,
.BR bcmp ()
returns 0.
-Otherwise it returns a nonzero result.
+Otherwise, it returns a nonzero result.
.SH RETURN VALUE
The
.BR bcmp ()
diff --git a/man3/catopen.3 b/man3/catopen.3
index 54558d8d30..0d8d33babe 100644
--- a/man3/catopen.3
+++ b/man3/catopen.3
@@ -98,7 +98,7 @@ If it is set to
.BR NL_CAT_LOCALE ,
then it will use the current locale setting for
.BR LC_MESSAGES .
-Otherwise it will use the
+Otherwise, it will use the
.B LANG
environment variable.
.LP
diff --git a/man3/fputwc.3 b/man3/fputwc.3
index 518b64d81b..0a7dc87da5 100644
--- a/man3/fputwc.3
+++ b/man3/fputwc.3
@@ -39,7 +39,7 @@ If
If a wide-character conversion error occurs,
it sets \fIerrno\fP to \fBEILSEQ\fP and returns
.BR WEOF .
-Otherwise it returns \fIwc\fP.
+Otherwise, it returns \fIwc\fP.
.PP
The
.BR putwc ()
diff --git a/man3/iconv.3 b/man3/iconv.3
index 748ac07b2e..39455d23ad 100644
--- a/man3/iconv.3
+++ b/man3/iconv.3
@@ -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
\fIerrno\fP to \fBE2BIG\fP and returns
.IR (size_t)\ \-1 .
-Otherwise it increments
+Otherwise, it increments
\fI*outbuf\fP and decrements \fI*outbytesleft\fP by the number of bytes
written.
.PP
diff --git a/man3/iswalnum.3 b/man3/iswalnum.3
index aa7d069f38..9c10855337 100644
--- a/man3/iswalnum.3
+++ b/man3/iswalnum.3
@@ -62,7 +62,7 @@ if
.I wc
is a wide character
belonging to the wide-character class "alnum".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/iswalpha.3 b/man3/iswalpha.3
index da168704e2..9eb8e4fc40 100644
--- a/man3/iswalpha.3
+++ b/man3/iswalpha.3
@@ -66,7 +66,7 @@ if
.I wc
is a wide character
belonging to the wide-character class "alpha".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/iswblank.3 b/man3/iswblank.3
index 2d29484e12..9d9d0cf67a 100644
--- a/man3/iswblank.3
+++ b/man3/iswblank.3
@@ -65,7 +65,7 @@ The
function returns nonzero
if \fIwc\fP is a wide character
belonging to the wide-character class "blank".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/iswcntrl.3 b/man3/iswcntrl.3
index ea5e4cb2bc..88ce0c1d95 100644
--- a/man3/iswcntrl.3
+++ b/man3/iswcntrl.3
@@ -50,7 +50,7 @@ function returns nonzero if
.I wc
is a
wide character belonging to the wide-character class "cntrl".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/iswctype.3 b/man3/iswctype.3
index 30a94edcc4..4c0931a280 100644
--- a/man3/iswctype.3
+++ b/man3/iswctype.3
@@ -32,7 +32,7 @@ is a wide character having the character property designated by
the
.BR iswctype ()
function returns nonzero.
-Otherwise it
+Otherwise, it
returns zero.
If
.I wc
@@ -53,7 +53,7 @@ the
.I wc
has the designated
property.
-Otherwise it returns 0.
+Otherwise, it returns 0.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/iswdigit.3 b/man3/iswdigit.3
index 2468feb277..1194b7c50e 100644
--- a/man3/iswdigit.3
+++ b/man3/iswdigit.3
@@ -65,7 +65,7 @@ if
.I wc
is a wide character
belonging to the wide-character class "digit".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswgraph.3 b/man3/iswgraph.3
index cfba7f3202..baf517e929 100644
--- a/man3/iswgraph.3
+++ b/man3/iswgraph.3
@@ -58,7 +58,7 @@ if
.I wc
is a wide character
belonging to the wide-character class "graph".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswlower.3 b/man3/iswlower.3
index bcf993cc06..3a8d442868 100644
--- a/man3/iswlower.3
+++ b/man3/iswlower.3
@@ -72,7 +72,7 @@ if
.I wc
is a wide character
belonging to the wide-character class "lower".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswprint.3 b/man3/iswprint.3
index ee739e1fa0..d3ec6bc4b0 100644
--- a/man3/iswprint.3
+++ b/man3/iswprint.3
@@ -44,7 +44,7 @@ function returns nonzero if
.I wc
is a
wide character belonging to the wide-character class "print".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswpunct.3 b/man3/iswpunct.3
index cdee2f8d40..945dd807f0 100644
--- a/man3/iswpunct.3
+++ b/man3/iswpunct.3
@@ -56,7 +56,7 @@ if
.I wc
is a wide-character
belonging to the wide-character class "punct".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswspace.3 b/man3/iswspace.3
index caaf10e1fd..80458178dc 100644
--- a/man3/iswspace.3
+++ b/man3/iswspace.3
@@ -52,7 +52,7 @@ function returns nonzero if
.I wc
is a wide character
belonging to the wide-character class "space".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswupper.3 b/man3/iswupper.3
index 1e96da47fc..8398267f2c 100644
--- a/man3/iswupper.3
+++ b/man3/iswupper.3
@@ -66,7 +66,7 @@ function returns nonzero if
.I wc
is a wide character
belonging to the wide-character class "upper".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/iswxdigit.3 b/man3/iswxdigit.3
index 531cc7a438..0da1535ba3 100644
--- a/man3/iswxdigit.3
+++ b/man3/iswxdigit.3
@@ -57,7 +57,7 @@ function returns nonzero if
.I wc
is a wide character
belonging to the wide-character class "xdigit".
-Otherwise it returns zero.
+Otherwise, it returns zero.
.SH CONFORMING TO
C99.
.SH NOTES
diff --git a/man3/mbsinit.3 b/man3/mbsinit.3
index eaeda69d68..156f39635a 100644
--- a/man3/mbsinit.3
+++ b/man3/mbsinit.3
@@ -80,7 +80,7 @@ returns nonzero if
is an initial state, or if
.I ps
is NULL.
-Otherwise it returns 0.
+Otherwise, it returns 0.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
diff --git a/man3/putwchar.3 b/man3/putwchar.3
index be54aa0173..f3e6d2e7ea 100644
--- a/man3/putwchar.3
+++ b/man3/putwchar.3
@@ -44,7 +44,7 @@ to
.B EILSEQ
and returns
.BR WEOF .
-Otherwise it returns
+Otherwise, it returns
.IR wc .
.PP
For a nonlocking counterpart, see
diff --git a/man3/rcmd.3 b/man3/rcmd.3
index 521287e645..09c645764e 100644
--- a/man3/rcmd.3
+++ b/man3/rcmd.3
@@ -120,7 +120,7 @@ looks up the host
using
.BR gethostbyname (3),
returning \-1 if the host does not exist.
-Otherwise
+Otherwise,
.I *ahost
is set to the standard name of the host
and a connection is established to a server
diff --git a/man3/rexec.3 b/man3/rexec.3
index 79dc61e2f3..b62897b36b 100644
--- a/man3/rexec.3
+++ b/man3/rexec.3
@@ -65,7 +65,7 @@ looks up the host
using
.BR gethostbyname (3),
returning \-1 if the host does not exist.
-Otherwise
+Otherwise,
.IR *ahost
is set to the standard name of the host.
If a username and password are both specified, then these
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3
index 7e9e2b4981..4ba30c1107 100644
--- a/man3/sigqueue.3
+++ b/man3/sigqueue.3
@@ -85,7 +85,7 @@ On success,
.BR sigqueue ()
returns 0, indicating that the signal was successfully
queued to the receiving process.
-Otherwise \-1 is returned and
+Otherwise, \-1 is returned and
.I errno
is set to indicate the error.
.SH ERRORS
diff --git a/man3/strverscmp.3 b/man3/strverscmp.3
index 338665de57..bba46e558c 100644
--- a/man3/strverscmp.3
+++ b/man3/strverscmp.3
@@ -63,7 +63,7 @@ where the strings are expected to be in ASCII.
What this function does is the following.
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,
while directly after it there is a difference.
Find the largest consecutive digit strings containing (or starting at,
diff --git a/man3/wctrans.3 b/man3/wctrans.3
index 57f7744a09..abc9603ee3 100644
--- a/man3/wctrans.3
+++ b/man3/wctrans.3
@@ -57,7 +57,7 @@ The
function returns a mapping descriptor if the
.I name
is valid.
-Otherwise it returns
+Otherwise, it returns
.IR "(wctrans_t)\ 0" .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
diff --git a/man3/wctype.3 b/man3/wctype.3
index e9e4184107..1519b9ae96 100644
--- a/man3/wctype.3
+++ b/man3/wctype.3
@@ -69,7 +69,7 @@ function returns a property descriptor
if the
.I name
is valid.
-Otherwise it returns
+Otherwise, it returns
.IR "(wctype_t) 0" .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
diff --git a/man3/wcwidth.3 b/man3/wcwidth.3
index 61925c8c0a..73e8303f83 100644
--- a/man3/wcwidth.3
+++ b/man3/wcwidth.3
@@ -35,7 +35,7 @@ is at least 0.
If
.I c
is null wide character (L\(aq\\0\(aq), the value is 0.
-Otherwise \-1 is returned.
+Otherwise, \-1 is returned.
.SH RETURN VALUE
The
.BR wcwidth ()