diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-09 00:34:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-09 00:34:11 +0000 |
commit | bbf7f6a3c02a3dd32009875e1b1680b763dd491d (patch) | |
tree | 38f05e7d4c1a123d42b08d4d024a79f6d664f55c /share | |
parent | 66c3af0e5beafba8d82995ce790532b07ba3bb61 (diff) |
More food.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/pcons.4 | 58 |
2 files changed, 60 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 79e8a01cd88..33255d2ef56 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2001/10/08 22:37:11 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2001/10/09 00:34:10 miod Exp $ # TODO: auxio.4 beeper.4 clock.4 ebus.4 pcons.4 psycho.4 sbus.4 timer.4 MAN= audioce.4 audiocs.4 autoconf.4 be.4 esp.4 gem.4 hme.4 intro.4 le.4 \ - mem.4 openprom.4 qe.4 qec.4 zs.4 + mem.4 openprom.4 pcons.4 qe.4 qec.4 zs.4 MLINKS= mem.4 kmem.4 MANSUBDIR=sparc64 diff --git a/share/man/man4/man4.sparc64/pcons.4 b/share/man/man4/man4.sparc64/pcons.4 new file mode 100644 index 00000000000..85d25abd808 --- /dev/null +++ b/share/man/man4/man4.sparc64/pcons.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: pcons.4,v 1.1 2001/10/09 00:34:10 miod Exp $ +.\" +.\" Copyright (c) 2001 Miodrag Vallat. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistribution 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. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +.\" +.\" +.Dd October 8, 2001 +.Dt PCONS 4 sparc64 +.Os +.Sh NAME +.Nm pcons +.Nd SPARC64 PROM console interface +.Sh SYNOPSIS +.Cd "pcons0 at mainbus0" +.Sh DESCRIPTION +The +.Nm +device provides a simple text console, using the PROM services for +input and output. +It will use the PROM console devices set via the +.Dq input-device +and +.Dq output-device +variables. +.Sh FILES +.Bl -tag -width /dev/console +.It Pa /dev/console +.El +.Sh SEE ALSO +.Xr tty 4 +.Sh HISTORY +.Ox +support for the +.Nm +first appeared in +.Ox 3.0 . |