diff options
author | 2006-04-26 20:19:41 +0000 | |
---|---|---|
committer | 2006-04-26 20:19:41 +0000 | |
commit | 7a1e9f22de3704d23a06a0577b7cccc2f2ecef1c (patch) | |
tree | df77a3900d5f0e36d3975da2c51acc98b869ba30 /share/man/man9/pci_intr_map.9 | |
parent | ARGSUSED and a FALLTHROUGH to please lint (diff) | |
download | wireguard-openbsd-7a1e9f22de3704d23a06a0577b7cccc2f2ecef1c.tar.xz wireguard-openbsd-7a1e9f22de3704d23a06a0577b7cccc2f2ecef1c.zip |
tweak; ok mickey
Diffstat (limited to 'share/man/man9/pci_intr_map.9')
-rw-r--r-- | share/man/man9/pci_intr_map.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9 index 8a596c151b2..1abad128b65 100644 --- a/share/man/man9/pci_intr_map.9 +++ b/share/man/man9/pci_intr_map.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci_intr_map.9,v 1.3 2006/04/25 15:00:46 mickey Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.4 2006/04/26 20:19:41 jmc Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -74,7 +74,7 @@ should be used to disassociate the handler from the interrupt. .Pp See .Xr spl 9 -for explanation +for an explanation of the .Va ipl .Dq interrupt priority levels. .Sh EXAMPLES |