diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 19:43:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 19:43:51 +0000 |
commit | 747b191a14f4f2e62752eb4c90e974f21d4c9fb7 (patch) | |
tree | e3d45c2885a458b1b4f74726206095d283674205 | |
parent | f0a650b80cd202ec786389e282dcdf8289d4f28e (diff) |
More .Xr
-rw-r--r-- | share/man/man4/cardbus.4 | 7 | ||||
-rw-r--r-- | share/man/man4/cy.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pcdisplay.4 | 5 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index ab3deb0c125..4d5f856f57e 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.17 2003/06/19 20:29:51 deraadt Exp $ +.\" $OpenBSD: cardbus.4,v 1.18 2004/03/21 19:43:50 miod Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -77,12 +77,9 @@ Realtek 8129/8139-based Ethernet interfaces. .El .Sh SEE ALSO .Xr intro 4 , -.Xr isa 4 , -.Xr isapnp 4 , .Xr pci 4 , .Xr pcibios 4 , -.Xr pcmcia 4 , -.Xr usb 4 +.Xr pcmcia 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4 index 6926a6b1526..01d91fef145 100644 --- a/share/man/man4/cy.4 +++ b/share/man/man4/cy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cy.4,v 1.12 2004/03/20 22:13:47 miod Exp $ +.\" $OpenBSD: cy.4,v 1.13 2004/03/21 19:43:50 miod Exp $ .\" .\" Copyright (c) 1993 Andrew Herbert. .\" All rights reserved. @@ -71,6 +71,8 @@ defined (the default) in order for this condition to be logged. .Sh SEE ALSO .Xr com 4 , .Xr intro 4 , +.Xr isa 4 , +.Xr pci 4 , .Xr termios 4 , .Xr tty 4 .Sh HISTORY diff --git a/share/man/man4/pcdisplay.4 b/share/man/man4/pcdisplay.4 index b113471afed..94660baaa3b 100644 --- a/share/man/man4/pcdisplay.4 +++ b/share/man/man4/pcdisplay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcdisplay.4,v 1.8 2003/07/09 13:26:20 jmc Exp $ +.\" $OpenBSD: pcdisplay.4,v 1.9 2004/03/21 19:43:50 miod Exp $ .\" $NetBSD: pcdisplay.4,v 1.3 2000/05/13 15:22:17 mycroft Exp $ .\" .\" Copyright (c) 1999 @@ -48,7 +48,7 @@ The .Nm driver is intended as a minimal .Dq catch-all -driver for the different kinds of MDA or CGA compatible adapters. +driver for the different kinds of MDA, CGA and EGA compatible adapters. It doesn't support multiple screens, nor colors or font loading. .Pp Supported kernel option(s): @@ -58,6 +58,7 @@ Use a large, non-blinking cursor generated by software. The default is to use the cursor provided by the underlying display hardware. .El .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr vga 4 , .Xr wscons 4 |