ref: 13dad722e9482189e10274ab3560781c070f3a22
parent: 1852584ca32bba1d1bae0041972c00c08ae4b43e
author: Alex Musolino <alex@musolino.id.au>
date: Mon Jun 21 06:26:15 EDT 2021
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.
--- 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
--
⑨