diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-15 18:08:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-15 18:08:20 +0000 |
commit | 34b71f31e4d70e3798881cc7b042e36aef534d7c (patch) | |
tree | a7cc58f02a505febc0e600f183df995abc3048d2 | |
parent | 610ebff70f19c73b391a7dd46e3c36c942be925d (diff) |
very basic manpage for gpr.
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/gpr.4 | 47 |
2 files changed, 50 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ed4a4371374..bc4e42c2558 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2002/06/11 07:56:13 nate Exp $ +# $OpenBSD: Makefile,v 1.216 2002/06/15 18:08:19 fgsch Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -9,8 +9,8 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ cue.4 cy.4 cz.4 dc.4 ddb.4 de.4 dpt.4 drum.4 eap.4 ec.4 \ eephy.4 ef.4 eg.4 eisa.4 el.4 emu.4 enc.4 ep.4 esa.4 esis.4 \ eso.4 ess.4 exphy.4 fd.4 fdc.4 fpa.4 \ - fms.4 fxp.4 gem.4 gdt.4 gre.4 gtp.4 gx.4 hifn.4 hsq.4 icmp.4 icsphy.4 \ - idp.4 iha.4 ifmedia.4 \ + fms.4 fxp.4 gem.4 gdt.4 gpr.4 gre.4 gtp.4 gx.4 hifn.4 hsq.4 icmp.4 \ + icsphy.4 idp.4 iha.4 ifmedia.4 \ inet.4 inphy.4 iop.4 iopsp.4 ioprbs.4 iophy.4 ip.4 ipcomp.4 ipsec.4 \ isa.4 isapnp.4 ises.4 iso.4 isp.4 \ ksyms.4 kue.4 \ diff --git a/share/man/man4/gpr.4 b/share/man/man4/gpr.4 new file mode 100644 index 00000000000..90890b099a5 --- /dev/null +++ b/share/man/man4/gpr.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: gpr.4,v 1.1 2002/06/15 18:08:19 fgsch Exp $ +.\" +.\" Copyright (c) 2002, Federico G. Schwindt +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions are +.\" met: +.\" * Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" * 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. +.\" * Neither the name of the Federico G. Schwindt 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 COPYRIGHT HOLDERS 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 COPYRIGHT +.\" OWNER 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. +.\" +.Dd Jun 06, 2002 +.Dt GPR 4 +.Os +.Sh NAME +.Nm gpr +.Nd GemPlus GPR400 PCMCIA smartcard reader +.Sh SYNOPSIS +.Cd "gpr* at pcmcia? function ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the GemPlus GPR400 PCMCIA smartcard reader. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pcmcia 4 +.Sh BUGS +Just a very small set of operations are currently implemented. |