mdoc(7) markup cleanup.

This commit is contained in:
Glen Barber 2012-05-12 20:46:19 +00:00
parent b6de32bd9b
commit ecb0bac9ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235373
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ struct eventtimer {
Event timers are responsible for generating interrupts at specified time
or periodically, to run different time-based events.
Subsystem consists of three main parts:
.Bl -tag
.Bl -tag -width "Consumers"
.It Drivers
Manage hardware to generate requested time events.
.It Consumers
@ -107,7 +107,7 @@ Driver API is built around eventtimer structure.
To register its functionality driver allocates that structure and calls
.Fn et_register .
Driver should fill following fields there:
.Bl -tag
.Bl -tag -width Va
.It Va et_name
Unique name of the event timer for management purposes.
.It Va et_flags

View File

@ -166,7 +166,7 @@ A pid can optionally be specified.
The fail point term is only executed when invoked by a process with a
matching p_pid.
.Sh EXAMPLES
.Bl -tag
.Bl -tag -width Sy
.It Sy sysctl debug.fail_point.foobar="2.1%return(5)"
21/1000ths of the time, execute
.Fa code