mdoc(7) police: tidy up formatting.

This commit is contained in:
ru 2002-08-13 14:51:17 +00:00
parent 1914fd64c6
commit d74861f985

View File

@ -66,8 +66,7 @@ can be enumerated as follows:
.Bl -enum -offset indent
.It
from within
.Xr sleep 9
,
.Xr sleep 9 ,
.Xr tsleep 9
and
.Xr msleep 9
@ -114,13 +113,16 @@ signal to be posted to the process, while exceeding the hard limit will
cause a
.Dv SIGKILL .
.Pp
If the thread is still in
.Em TDS_RUNNING
state mi_switch will put it back onto the run queue, assuming that
it will want to run again soon. If it is in one of the other
If the thread is still in the
.Dv TDS_RUNNING
state,
.Fn mi_switch
will put it back onto the run queue, assuming that
it will want to run again soon.
If it is in one of the other
states and KSE threading is enabled, the associated
.Em KSE
will be made available to to any higher priority threads from the same
will be made available to any higher priority threads from the same
group, to allow them to be scheduled next.
.Pp
After these administrative tasks are done,