diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 12:12:59 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 12:12:59 +0200 |
| commit | ee8655b59ae3d92533a6f93e131f38de9301291f (patch) | |
| tree | 3346f4fa2986bfc6ecda55d9683770a47c331dee /man3/regex.3 | |
| parent | 0919967e41283fe336feda90b004f4dd38703040 (diff) | |
| download | man-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/regex.3')
| -rw-r--r-- | man3/regex.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
