diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-08 19:47:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-08 19:47:39 +0000 |
commit | ef683d1b52caab0f5f9788166b0c64afa6ed6788 (patch) | |
tree | a5c51b3be887de475af36c14ed94e08a186cc19a /share | |
parent | 75b95093636e6b2e362f4fa733b77ca0848f1d23 (diff) |
Kill useless cons.4 manpage.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.hp300/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/cons.4 | 79 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/dvbox.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/gbox.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/grf.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/ite.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/rbox.4 | 5 |
7 files changed, 7 insertions, 96 deletions
diff --git a/share/man/man4/man4.hp300/Makefile b/share/man/man4/man4.hp300/Makefile index ed6fa56d45c..432dee8dfee 100644 --- a/share/man/man4/man4.hp300/Makefile +++ b/share/man/man4/man4.hp300/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2004/08/03 21:46:49 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2005/01/08 19:47:38 miod Exp $ # from: @(#)Makefile 5.1 (Berkeley) 6/29/90 -MAN= apci.4 autoconf.4 cons.4 ct.4 dca.4 dcm.4 dio.4 dvbox.4 frodo.4 gbox.4 \ +MAN= apci.4 autoconf.4 ct.4 dca.4 dcm.4 dio.4 dvbox.4 frodo.4 gbox.4 \ grf.4 hd.4 hil.4 hyper.4 intro.4 ite.4 le.4 mem.4 nhpib.4 \ ppi.4 rbox.4 spc.4 topcat.4 MLINKS= mem.4 kmem.4 diff --git a/share/man/man4/man4.hp300/cons.4 b/share/man/man4/man4.hp300/cons.4 deleted file mode 100644 index bef0533aa96..00000000000 --- a/share/man/man4/man4.hp300/cons.4 +++ /dev/null @@ -1,79 +0,0 @@ -.\" $OpenBSD: cons.4,v 1.8 2003/06/02 23:30:13 millert Exp $ -.\ -.\" Copyright (c) 1990, 1991, 1993 -.\" The Regents of the University of California. All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" from: @(#)cons.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd June 9, 1993 -.Dt CONS 4 hp300 -.Os -.Sh NAME -.Nm cons -.Nd -.Tn HP300 -console interface -.Sh DESCRIPTION -This release supports a -.Dq virtual -console device used for -.Em kernel printf -messages and accessed in user mode via -.Pa /dev/console . -It is virtual in the sense that it is attached to a hardware interface -at boot time. -Currently the choices are limited to: -a bit-mapped display -.Pq Xr grf 4 -acting as an -.Em Internal Terminal Emulator -.Pq Tn ITE , -a serial interface -.Pq Xr apci 4 \ or Xr dca 4 , -or a null console, in that order. -.Sh FILES -.Bl -tag -width /dev/console -.It Pa /dev/console -.El -.Sh SEE ALSO -.Xr apci 4 , -.Xr dca 4 , -.Xr grf 4 , -.Xr intro 4 , -.Xr ite 4 , -.Xr tty 4 , -.Xr reboot 8 -.Sh BUGS -.\" option CONSCODE="#" does this, but does not work on apci - needs to be -.\" fixed first. -It should be possible to specify potential console devices at -.Xr config 8 -time. diff --git a/share/man/man4/man4.hp300/dvbox.4 b/share/man/man4/man4.hp300/dvbox.4 index 263c21f8e3c..0ae3ececea6 100644 --- a/share/man/man4/man4.hp300/dvbox.4 +++ b/share/man/man4/man4.hp300/dvbox.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dvbox.4,v 1.5 2004/12/01 14:11:57 jmc Exp $ +.\" $OpenBSD: dvbox.4,v 1.6 2005/01/08 19:47:38 miod Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -67,9 +67,6 @@ console framework. The DaVinci can be configured at either the ``internal'' address (frame buffer address 0x200000, control register space address 0x560000) or at an external select code less than 32. -At the internal address it will be the ``preferred'' console device -(see -.Xr cons 4 ) . The hardware installation manual describes the procedure for setting these values. .Sh SEE ALSO diff --git a/share/man/man4/man4.hp300/gbox.4 b/share/man/man4/man4.hp300/gbox.4 index af5a8cfa3f2..b360fb484f8 100644 --- a/share/man/man4/man4.hp300/gbox.4 +++ b/share/man/man4/man4.hp300/gbox.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gbox.4,v 1.5 2004/12/01 14:11:57 jmc Exp $ +.\" $OpenBSD: gbox.4,v 1.6 2005/01/08 19:47:38 miod Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,8 +74,6 @@ interface card should be set to internal control space. This will put the frame buffer at the DIO address 0x200000 and the control registers at 0x560000. -At this address it will be the ``preferred'' console device (see -.Xr cons 4 ) . For use as a secondary device, the 98287A should be set to frame buffer address 0x300000, and to an external select code. diff --git a/share/man/man4/man4.hp300/grf.4 b/share/man/man4/man4.hp300/grf.4 index eb1ce25c026..f08641b4d3a 100644 --- a/share/man/man4/man4.hp300/grf.4 +++ b/share/man/man4/man4.hp300/grf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grf.4,v 1.13 2003/09/04 22:14:42 jmc Exp $ +.\" $OpenBSD: grf.4,v 1.14 2005/01/08 19:47:38 miod Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -173,7 +173,6 @@ compatibility mode, can be used for each specific device. .Sh SEE ALSO .Xr ioctl 2 , -.Xr cons 4 , .Xr dvbox 4 , .Xr gbox 4 , .Xr hil 4 , diff --git a/share/man/man4/man4.hp300/ite.4 b/share/man/man4/man4.hp300/ite.4 index cb8c6a924ec..8c862ab825d 100644 --- a/share/man/man4/man4.hp300/ite.4 +++ b/share/man/man4/man4.hp300/ite.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ite.4,v 1.8 2003/06/02 23:30:13 millert Exp $ +.\" $OpenBSD: ite.4,v 1.9 2005/01/08 19:47:38 miod Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -144,7 +144,6 @@ will be reinitialized with the frame buffer cleared and the .Tn ITE colormap installed. .Sh SEE ALSO -.Xr cons 4 , .Xr dvbox 4 , .Xr gbox 4 , .Xr grf 4 , diff --git a/share/man/man4/man4.hp300/rbox.4 b/share/man/man4/man4.hp300/rbox.4 index 2d1a61291d9..c5eb52469c0 100644 --- a/share/man/man4/man4.hp300/rbox.4 +++ b/share/man/man4/man4.hp300/rbox.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbox.4,v 1.4 2005/01/08 18:30:31 miod Exp $ +.\" $OpenBSD: rbox.4,v 1.5 2005/01/08 19:47:38 miod Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -67,9 +67,6 @@ console framework. The Renaissance can be configured at either the ``internal'' address (frame buffer address 0x200000, control register space address 0x560000) or at an external select code less than 32. -At the internal address it will be the ``preferred'' console device -(see -.Xr cons 4 ) . The hardware installation manual describes the procedure for setting these values. .Sh SEE ALSO |