diff options
author | keramida <keramida@FreeBSD.org> | 2005-01-06 17:08:51 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-01-06 17:08:51 +0000 |
commit | 7eafabc24169a727f3a66dfbdb6baedc040fc7ae (patch) | |
tree | c526e5da0e42e04a0285bbc0aa5a4364890a2e7d | |
parent | 96aac8e900ac01d84274f23c36a015b60aae3582 (diff) | |
download | FreeBSD-src-7eafabc24169a727f3a66dfbdb6baedc040fc7ae.zip FreeBSD-src-7eafabc24169a727f3a66dfbdb6baedc040fc7ae.tar.gz |
Add missing .It in list tag.
MFC after: 3 days
-rw-r--r-- | share/man/man9/BUS_CONFIG_INTR.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/BUS_CONFIG_INTR.9 b/share/man/man9/BUS_CONFIG_INTR.9 index 90dc81f..a3b4c54 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 |