diff options
author | Alex Musolino <alex@musolino.id.au> | 2021-06-21 10:26:15 +0000 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2021-06-21 10:26:15 +0000 |
commit | ed52015cadfc662abdea1dea7240244672e201a8 (patch) | |
tree | a309b89142bddcc6973720d205dfd75ef4499c0b | |
parent | e8b4cf938dda5bfac61aebe2ec3eb16f1b55d193 (diff) | |
download | plan9front-ed52015cadfc662abdea1dea7240244672e201a8.tar.xz |
sched(9): replace '–' with '-' in NAME section
This was causing the ptx utility in /sys/lib/man/permind
to barf. As such, the PDF book of all manual sections
could not be built.
-rw-r--r-- | sys/man/9/sched | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/9/sched b/sys/man/9/sched index 86b9b70d5..0f830decc 100644 --- a/sys/man/9/sched +++ b/sys/man/9/sched @@ -1,7 +1,7 @@ .TH SCHED 9 .SH NAME anyhigher, anyready, hzsched, procpriority, procrestore, procsave, scheddump, schedinit, sched, yield -\– scheduler interactions +\- scheduler interactions .SH SYNOPSIS .ta \w'\fLchar* 'u +10n +8n +8n .EX |