diff options
author | 2011-05-22 06:20:46 +0000 | |
---|---|---|
committer | 2011-05-22 06:20:46 +0000 | |
commit | dfcecdcd3c2d03d2c72dbfb7acb126e57efd59c8 (patch) | |
tree | 2d3a9e8d686311e7990a66532ab99b1ab886311a /share/man | |
parent | fix pathname (diff) | |
download | wireguard-openbsd-dfcecdcd3c2d03d2c72dbfb7acb126e57efd59c8.tar.xz wireguard-openbsd-dfcecdcd3c2d03d2c72dbfb7acb126e57efd59c8.zip |
- new sentence, new line
- space needed before punctuation
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/pci_intr_map.9 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9 index c5fac9f76d5..496f56a9f48 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.11 2011/05/21 21:29:20 kettenis Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.12 2011/05/22 06:20:46 jmc Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 21 2011 $ +.Dd $Mdocdate: May 22 2011 $ .Dt PCI_INTR_MAP 9 .Os .Sh NAME @@ -65,7 +65,8 @@ This process may include resolving the mapping through firmware-provided information. For devices that support Message Signaled Interrupts (MSI) the .Fn pci_intr_map_msi -function should be called instead. This function can fail if the +function should be called instead. +This function can fail if the system does not support MSI. In that case .Fn pci_intr_map @@ -93,7 +94,7 @@ See .Xr spl 9 for an explanation of the .Va ipl -.Dq interrupt priority levels. +.Dq interrupt priority levels . .Sh EXAMPLES A typical code sequence for establishing a handler for a device interrupt in the driver might be: |