From 85e2993ac66956931e0262f30ddff01f36c33025 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 6 Jan 2005 17:08:51 +0000 Subject: [PATCH] Add missing .It in list tag. MFC after: 3 days --- share/man/man9/BUS_CONFIG_INTR.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/BUS_CONFIG_INTR.9 b/share/man/man9/BUS_CONFIG_INTR.9 index 90dc81f7be52..a3b4c543c917 100644 --- a/share/man/man9/BUS_CONFIG_INTR.9 +++ b/share/man/man9/BUS_CONFIG_INTR.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 23, 2003 +.Dd January 6, 2005 .Dt BUS_CONFIG_INTR 9 .Os .\" @@ -66,7 +66,7 @@ The interrupt is edge triggered. This means that the interrupt is raised by the rising edge of the signal on the interrupt line. The signal typically reverts to the original state so as to cause a spike. -.Dv INTR_TRIGGER_LEVEL +.It Dv INTR_TRIGGER_LEVEL The interrupt is level triggered. This means that the interrupt is raised when the signal on the interrupt line transitions and remains unchanged after that until the interrupt has been