From 623da62a5a107f8c09ce13cac2352200842890c6 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 1 Oct 2001 16:09:29 +0000 Subject: mdoc(7) police: Use the new .In macro for #include statements. --- share/man/man9/swi.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man/man9/swi.9') diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9 index 097cc97a..3d6018d 100644 --- a/share/man/man9/swi.9 +++ b/share/man/man9/swi.9 @@ -32,9 +32,9 @@ .Nm swi_sched .Nd register and schedule software interrupt handlers .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.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" ; -- cgit v1.1