diff --git a/share/man/man9/runqueue.9 b/share/man/man9/runqueue.9 index cf1dd8fbd3fc..09b46d4a10b9 100644 --- a/share/man/man9/runqueue.9 +++ b/share/man/man9/runqueue.9 @@ -35,10 +35,10 @@ .Sh SYNOPSIS .In sys/param.h .In sys/proc.h -.Vt "extern struct rq itqueues[]" ; -.Vt "extern struct rq rtqueues[]" ; -.Vt "extern struct rq queues[]" ; -.Vt "extern struct rq idqueues[]" ; +.Vt "extern struct rq itqueues[]" ; +.Vt "extern struct rq rtqueues[]" ; +.Vt "extern struct rq queues[]" ; +.Vt "extern struct rq idqueues[]" ; .Ft struct thread * .Fn choosethread "void" .Ft int diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9 index df016af4f066..4ef98204498c 100644 --- a/share/man/man9/swi.9 +++ b/share/man/man9/swi.9 @@ -35,11 +35,11 @@ .In sys/param.h .In sys/bus.h .In sys/interrupt.h -.Vt "extern struct ithd *tty_ithd" ; -.Vt "extern struct ithd *clk_ithd" ; -.Vt "extern void *net_ih" ; -.Vt "extern void *softclock_ih" ; -.Vt "extern void *vm_ih" ; +.Vt "extern struct ithd *tty_ithd" ; +.Vt "extern struct ithd *clk_ithd" ; +.Vt "extern void *net_ih" ; +.Vt "extern void *softclock_ih" ; +.Vt "extern void *vm_ih" ; .Ft int .Fo swi_add .Fa "struct ithd **ithdp"