diff options
author | 2005-12-06 12:43:59 +0000 | |
---|---|---|
committer | 2005-12-06 12:43:59 +0000 | |
commit | 8fb4539c9388fbd61c4304cd149a7d9cd490c2a0 (patch) | |
tree | e25850c981e2c042c0152279d879c15df7c30169 | |
parent | properly escape space character; (diff) | |
download | wireguard-openbsd-8fb4539c9388fbd61c4304cd149a7d9cd490c2a0.tar.xz wireguard-openbsd-8fb4539c9388fbd61c4304cd149a7d9cd490c2a0.zip |
no need for `.' at end of SEE ALSO
-rw-r--r-- | share/man/man4/man4.i386/pcibios.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/pcibios.4 b/share/man/man4/man4.i386/pcibios.4 index a0a08530c0f..56efa5bac84 100644 --- a/share/man/man4/man4.i386/pcibios.4 +++ b/share/man/man4/man4.i386/pcibios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcibios.4,v 1.20 2005/12/05 15:20:21 mickey Exp $ +.\" $OpenBSD: pcibios.4,v 1.21 2005/12/06 12:43:59 jmc Exp $ .\" $NetBSD: pcibios.4,v 1.7 2000/08/03 13:32:39 soda Exp $ .\" .\" Copyright (c) 2000 Michael Shalayeff, All rights reserved. @@ -203,7 +203,7 @@ If this flag is specified the PCI Interrupt Routing table takes precedence. .Xr intro 4 , .Xr pci 4 , .Xr pci_conf_read 9 , -.Xr pci_intr_map 9 . +.Xr pci_intr_map 9 .Sh HISTORY The .Nm |