diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_attr_init.3 | 2 | ||||
| -rw-r--r-- | man3/pthread_create.3 | 2 | ||||
| -rw-r--r-- | man3/pthread_getattr_np.3 | 2 | ||||
| -rw-r--r-- | man3/regex.3 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man3/pthread_attr_init.3 b/man3/pthread_attr_init.3 index 8793a149a8..23155154f1 100644 --- a/man3/pthread_attr_init.3 +++ b/man3/pthread_attr_init.3 @@ -121,7 +121,7 @@ we see the following: .in +4n .nf .\" Results from glibc 2.8, SUSE 11.0; Oct 2008 -.RB "$" " ulimit \-s" " # No stack limit ==> default stack size is 2MB" +.RB "$" " ulimit \-s" " # No stack limit ==> default stack size is 2 MB" unlimited .RB "$" " ./a.out" Thread attributes: diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index ec2b87e02f..5cc7f4da7c 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -243,7 +243,7 @@ Joined with thread 3; returned value was SERVUS .fi .in .PP -In the next run, the program explicitly sets a stack size of 1MB (using +In the next run, the program explicitly sets a stack size of 1\ MB (using .BR pthread_attr_setstacksize (3)) for the created threads: .PP diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3 index e36dd664e7..b8b79e09df 100644 --- a/man3/pthread_getattr_np.3 +++ b/man3/pthread_getattr_np.3 @@ -128,7 +128,7 @@ a thread is created using default attributes: .PP .in +4n .nf -.RB "$" " ulimit \-s" " # No stack limit ==> default stack size is 2MB" +.RB "$" " ulimit \-s" " # No stack limit ==> default stack size is 2 MB" unlimited .RB "$" " ./a.out" Attributes of created thread: diff --git a/man3/regex.3 b/man3/regex.3 index 9ca0d79e45..ea536dd0ff 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -293,7 +293,7 @@ Invalid use of the range operator; for example, the ending point of the range occurs prior to the starting point. .TP .B REG_ESIZE -Compiled regular expression requires a pattern buffer larger than 64Kb. +Compiled regular expression requires a pattern buffer larger than 64\ kB. This is not defined by POSIX.2. .TP .B REG_ESPACE |
