aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/getopt.33
-rw-r--r--man3/iswalnum.37
-rw-r--r--man3/iswspace.37
-rw-r--r--man3/pthread_setname_np.35
4 files changed, 14 insertions, 8 deletions
diff --git a/man3/getopt.3 b/man3/getopt.3
index f5d5fa79a8..f887f2dabd 100644
--- a/man3/getopt.3
+++ b/man3/getopt.3
@@ -299,7 +299,8 @@ If
encounters an option with a missing argument,
then the return value depends on the first character in
.IR optstring :
-if it is \[aq]:\[aq], then \[aq]:\[aq] is returned; otherwise \[aq]?\[aq] is returned.
+if it is \[aq]:\[aq], then \[aq]:\[aq] is returned;
+otherwise \[aq]?\[aq] is returned.
.PP
.BR getopt_long ()
and
diff --git a/man3/iswalnum.3 b/man3/iswalnum.3
index e7dbc7f198..3fd1f3da85 100644
--- a/man3/iswalnum.3
+++ b/man3/iswalnum.3
@@ -51,8 +51,11 @@ The wide-character class "alnum" is the union of the wide-character classes
As such, it also contains the wide-character class
"xdigit".
.PP
-The wide-character class "alnum" always contains at least the letters \[aq]A\[aq]
-to \[aq]Z\[aq], \[aq]a\[aq] to \[aq]z\[aq] and the digits \[aq]0\[aq] to \[aq]9\[aq].
+The wide-character class "alnum"
+always contains at least the letters
+\[aq]A\[aq] to \[aq]Z\[aq],
+\[aq]a\[aq] to \[aq]z\[aq],
+and the digits \[aq]0\[aq] to \[aq]9\[aq].
.SH RETURN VALUE
The
.BR iswalnum ()
diff --git a/man3/iswspace.3 b/man3/iswspace.3
index 1c1e22f5e4..c4ca84c685 100644
--- a/man3/iswspace.3
+++ b/man3/iswspace.3
@@ -41,9 +41,10 @@ The wide-character class "space" is disjoint from the wide-character class
.PP
The wide-character class "space" contains the wide-character class "blank".
.PP
-The wide-character class "space" always contains at least the space character
-and the control
-characters \[aq]\ef\[aq], \[aq]\en\[aq], \[aq]\er\[aq], \[aq]\et\[aq], \[aq]\ev\[aq].
+The wide-character class "space"
+always contains at least the space character
+and the control characters
+\[aq]\ef\[aq], \[aq]\en\[aq], \[aq]\er\[aq], \[aq]\et\[aq], and \[aq]\ev\[aq].
.SH RETURN VALUE
The
.BR iswspace ()
diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3
index 93d9e9d27f..b78a2f781f 100644
--- a/man3/pthread_setname_np.3
+++ b/man3/pthread_setname_np.3
@@ -28,8 +28,9 @@ The
function can be used to set a unique name for a thread,
which can be useful for debugging
multithreaded applications.
-The thread name is a meaningful C language string, whose length is
-restricted to 16 characters, including the terminating null byte (\[aq]\e0\[aq]).
+The thread name is a meaningful C language string,
+whose length is restricted to 16 characters,
+including the terminating null byte (\[aq]\e0\[aq]).
The
.I thread
argument specifies the thread whose name is to be changed;