diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-02-27 12:23:42 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-02-27 15:32:41 +0100 |
| commit | 8fb01fdeac7201dd10cb8094a841d053be5ebf63 (patch) | |
| tree | c8f114c3b29aa5dcb097b5a31d102d9976423c39 /man7/sched.7 | |
| parent | e79c051d1851f0f1dc260cf04b9bc2d107d16abb (diff) | |
| download | man-pages-8fb01fdeac7201dd10cb8094a841d053be5ebf63.tar.gz | |
adjtimex.2, futex.2, mremap.2, seccomp.2, getnameinfo.3, random.3, console_codes.4, sysfs.5, sched.7, unicode.7: Use zero‐width space in appropriate locations
Quoting Branden:
*roff systems will interpret the period in the unpatched
page as sentence-ending punctuation and put inter-sentence
spacing after it. (This might not be visible on
nroff/terminal devices, but it is more likely to be on
typesetter/PostScript/PDF output).
groff_man(7) in groff 1.22.4 attempts to throw man page
writers a bone here:
\& Zero‐width space. Append to an input line to prevent
an end‐of‐ sentence punctuation sequence from being
recognized as such, or insert at the beginning of an
input line to prevent a dot or apostrophe from being
interpreted as the beginning of a roff request.
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Reported-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/sched.7')
| -rw-r--r-- | man7/sched.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/sched.7 b/man7/sched.7 index 6ddc53bd0f..3e7d94f048 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -997,7 +997,7 @@ was not possible up to kernel version 2.6.17. .ad .PP .I Programming for the real world \- POSIX.4 -by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0. +by Bill O.\& Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0. .PP The Linux kernel source files .IR Documentation/scheduler/sched-deadline.txt , |
