diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-20 03:49:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-20 03:49:17 +0000 |
commit | 7836d69a377b5784b64c903a53f07a2750e37590 (patch) | |
tree | 427271837e50d4163c75c978659d6e9fc403db2f /share | |
parent | 2c08c15db4fae1b41a515834692a14e85269926d (diff) |
bpp man page
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/bpp.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index fb2c71f712e..74b9eeb93dd 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.36 2003/06/20 03:18:42 jason Exp $ +# $OpenBSD: Makefile,v 1.37 2003/06/20 03:49:16 jason Exp $ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 be.4 bwtwo.4 \ +MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 be.4 bpp.4 bwtwo.4 \ cgtwo.4 cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 \ daadio.4 esp.4 fd.4 fga.4 ie.4 intro.4 le.4 led.4 magma.4 mem.4 \ mgx.4 openprom.4 pninek.4 pnozz.4 presto.4 qe.4 qec.4 scf.4 si.4 \ diff --git a/share/man/man4/man4.sparc/bpp.4 b/share/man/man4/man4.sparc/bpp.4 new file mode 100644 index 00000000000..2b589a98497 --- /dev/null +++ b/share/man/man4/man4.sparc/bpp.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: bpp.4,v 1.1 2003/06/20 03:49:16 jason Exp $ +.\" +.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) +.\" 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. 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. +.\" +.\" 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 June 19, 2003 +.Dt BPP 4 sparc +.Os +.Sh NAME +.Nm bpp +.Nd SPARC bi-directional parallel port +.Sh SYNOPSIS +.Cd "bpp at sbus? slot ? offset ? " Pq "sun4c/sun4m" +.Sh DESCRIPTION +The +.Nm +driver provides support for the parallel port found on some workstations. +It only supports writing data to the device. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sbus 4 +.Sh HISTORY +.Ox +support for +.Nm +appeared in +.Ox 2.5 . |