diff options
author | 2012-05-28 05:34:41 +0000 | |
---|---|---|
committer | 2012-05-28 05:34:41 +0000 | |
commit | 442c565057ef6795bb4200370e83135916a094af (patch) | |
tree | d4d4e2bbf354072efe016b278357da7f20f2654c | |
parent | Fix client templates, from Romain Francoise. (diff) | |
download | wireguard-openbsd-442c565057ef6795bb4200370e83135916a094af.tar.xz wireguard-openbsd-442c565057ef6795bb4200370e83135916a094af.zip |
tweak tcpcib.4 Nd a little, and add it to pci.4; ok jsg
-rw-r--r-- | share/man/man4/man4.amd64/tcpcib.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/tcpcib.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man4/man4.amd64/tcpcib.4 b/share/man/man4/man4.amd64/tcpcib.4 index 2540ffd5a7f..953c39cb6f8 100644 --- a/share/man/man4/man4.amd64/tcpcib.4 +++ b/share/man/man4/man4.amd64/tcpcib.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpcib.4,v 1.2 2012/05/27 17:01:03 jmc Exp $ +.\" $OpenBSD: tcpcib.4,v 1.3 2012/05/28 05:34:41 jmc Exp $ .\" .\" Copyright (c) 2012 Matt Dainty <matt@bodgit-n-scarper.com> .\" @@ -14,12 +14,12 @@ .\" 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 27 2012 $ +.Dd $Mdocdate: May 28 2012 $ .Dt TCPCIB 4 amd64 .Os .Sh NAME .Nm tcpcib -.Nd Intel Atom E600 series LPC bridge and watchdog +.Nd Intel Atom E600 series LPC bridge and watchdog timer .Sh SYNOPSIS .Cd "tcpcib* at pci?" .Cd "isa* at tcpcib?" diff --git a/share/man/man4/man4.i386/tcpcib.4 b/share/man/man4/man4.i386/tcpcib.4 index 887e8a43fc1..eb1c0942474 100644 --- a/share/man/man4/man4.i386/tcpcib.4 +++ b/share/man/man4/man4.i386/tcpcib.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpcib.4,v 1.2 2012/05/27 17:01:03 jmc Exp $ +.\" $OpenBSD: tcpcib.4,v 1.3 2012/05/28 05:34:41 jmc Exp $ .\" .\" Copyright (c) 2012 Matt Dainty <matt@bodgit-n-scarper.com> .\" @@ -14,12 +14,12 @@ .\" 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 27 2012 $ +.Dd $Mdocdate: May 28 2012 $ .Dt TCPCIB 4 i386 .Os .Sh NAME .Nm tcpcib -.Nd Intel Atom E600 series LPC bridge and watchdog +.Nd Intel Atom E600 series LPC bridge and watchdog timer .Sh SYNOPSIS .Cd "tcpcib* at pci?" .Cd "isa* at tcpcib?" diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index a351247eda4..1627984b00d 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.305 2011/06/20 05:32:09 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.306 2012/05/28 05:34:41 jmc Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 20 2011 $ +.Dd $Mdocdate: May 28 2012 $ .Dt PCI 4 .Os .Sh NAME @@ -479,6 +479,8 @@ expansion backplanes SD Host Controller .It Xr ssio 4 National Semiconductor PC87560 Legacy IO +.It Xr tcpcib 4 +Intel Atom E600 series LPC bridge and watchdog timer .It Xr uhci 4 USB Universal Host Controller Interface .It Xr viapm 4 |