aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_create.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-18 12:12:59 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-18 12:12:59 +0200
commitee8655b59ae3d92533a6f93e131f38de9301291f (patch)
tree3346f4fa2986bfc6ecda55d9683770a47c331dee /man3/pthread_create.3
parent0919967e41283fe336feda90b004f4dd38703040 (diff)
downloadman-pages-ee8655b59ae3d92533a6f93e131f38de9301291f.tar.gz
arch_prctl.2, ioctl_fideduperange.2, ioctl_getfsmap.2, kexec_load.2, madvise.2, mbind.2, mmap.2, mmap2.2, mprotect.2, perf_event_open.2, process_vm_readv.2, set_mempolicy.2, shmget.2, subpage_prot.2, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, regex.3, wavelan.4, filesystems.5, proc.5, bootparam.7, raw.7, tcp.7, units.7, ld.so.8: Add a non-breaking space between a number and a unit (prefix)
Based on a patch by Bjarni Ingi Gislason. According to SI, ""The numerical value always precedes the unit, and a space is always used to separate the unit from the number [...] The only exceptions to this rule are for the unit symbols for degree, minute, and second for plane angle." Cowritten-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/pthread_create.3')
-rw-r--r--man3/pthread_create.32
1 files changed, 1 insertions, 1 deletions
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