diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-09 23:21:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-21 10:29:14 +0100 |
| commit | d064d41a4b95ba7f2c70f180ab5445384fb948ab (patch) | |
| tree | 39b87c84ccfdfa6d35dd4698d68007e85b1b98d3 /man7/sched.7 | |
| parent | d5de9d1dc5a7d20e2bbd2578b8be2ce0a9369619 (diff) | |
| download | man-pages-d064d41a4b95ba7f2c70f180ab5445384fb948ab.tar.gz | |
Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signs
A real minus can be cut and pasted...
THere are a few exceptions that gave been excluded in the this
change. For example, where there' is a string such as "<p1-name>",
where p1-name is soome sort of pseudo-identifier.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/sched.7')
| -rw-r--r-- | man7/sched.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/sched.7 b/man7/sched.7 index f554fc2898..edb5492cd4 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -781,7 +781,7 @@ A process's autogroup (task group) membership can be viewed via the file .in +4n .EX $ \fBcat /proc/1/autogroup\fP -/autogroup-1 nice 0 +/autogroup\-1 nice 0 .EE .in .PP @@ -922,7 +922,7 @@ These patches are named: .PP .in +4n .EX -patch-\fIkernelversion\fP-rt\fIpatchversion\fP +patch\-\fIkernelversion\fP\-rt\fIpatchversion\fP .EE .in .PP |
