fcntl.2, signal.2, mbsnrtowcs.3, mbsrtowcs.3, mbtowc.3, wcrtomb.3, wcsnrtombs.3, wcsrtombs.3, wctomb.3: Global fix: s/multi-thread/multithread/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-19 14:31:54 -05:00
parent 1d93bc5315
commit 71fea60784
9 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@
.\" 2004-12-10, mtk, noted F_GETOWN bug after suggestion from aeb.
.\" 2005-04-08 Jamie Lokier <jamie@shareable.org>, mtk
.\" Described behavior of F_SETOWN/F_SETSIG in
.\" multi-threaded processes, and generally cleaned
.\" multithreaded processes, and generally cleaned
.\" up the discussion of F_SETOWN.
.\" 2005-05-20, Johannes Nicolai <johannes.nicolai@hpi.uni-potsdam.de>,
.\" mtk: Noted F_SETOWN bug for socket file descriptor in Linux 2.4
@ -514,7 +514,7 @@ would report the socket as having an "exceptional condition".)
If a non-zero value is given to
.B F_SETSIG
in a multi-threaded process running with a threading library
in a multithreaded process running with a threading library
that supports thread groups (e.g., NPTL),
then a positive value given to
.B F_SETOWN

View File

@ -107,7 +107,7 @@ C89, C99, POSIX.1-2001.
.SH NOTES
The effects of
.BR signal ()
in a multi-threaded process are unspecified.
in a multithreaded process are unspecified.
.PP
According to POSIX, the behavior of a process is undefined after it
ignores a

View File

@ -100,7 +100,7 @@ depends on the
category of the
current locale.
.PP
Passing NULL as \fIps\fP is not multi-thread safe.
Passing NULL as \fIps\fP is not multithread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsrtowcs (3)

View File

@ -91,7 +91,7 @@ depends on the
category of the
current locale.
.PP
Passing NULL as \fIps\fP is not multi-thread safe.
Passing NULL as \fIps\fP is not multithread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsnrtowcs (3),

View File

@ -83,7 +83,7 @@ depends on the
category of the
current locale.
.PP
This function is not multi-thread safe.
This function is not multithread safe.
The function
.BR mbrtowc (3)
provides

View File

@ -79,6 +79,6 @@ depends on the
category of the
current locale.
.PP
Passing NULL as \fIps\fP is not multi-thread safe.
Passing NULL as \fIps\fP is not multithread safe.
.SH "SEE ALSO"
.BR wcsrtombs (3)

View File

@ -103,7 +103,7 @@ depends on the
category of the
current locale.
.PP
Passing NULL as \fIps\fP is not multi-thread safe.
Passing NULL as \fIps\fP is not multithread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsrtombs (3)

View File

@ -97,7 +97,7 @@ depends on the
category of the
current locale.
.PP
Passing NULL as \fIps\fP is not multi-thread safe.
Passing NULL as \fIps\fP is not multithread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsnrtombs (3),

View File

@ -71,7 +71,7 @@ depends on the
category of the
current locale.
.PP
This function is not multi-thread safe.
This function is not multithread safe.
The function
.BR wcrtomb (3)
provides