From 76e7d7e7b73fccbbb65827f7257fdc2fa166710e Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 23 Feb 2003 22:22:29 +0000 Subject: Explain what exca is. --- share/man/man4/Makefile | 1 + share/man/man4/exca.4 | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 share/man/man4/exca.4 (limited to 'share') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ba96284..b48ddab 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -46,6 +46,7 @@ MAN= aac.4 \ ed.4 \ ef.4 \ em.4 \ + exca.4 \ faith.4 \ fast_ipsec.4 \ fd.4 \ diff --git a/share/man/man4/exca.4 b/share/man/man4/exca.4 new file mode 100644 index 0000000..5b5cea2 --- /dev/null +++ b/share/man/man4/exca.4 @@ -0,0 +1,40 @@ +.\" +.\" Copyright (c) 2003 M. Warner Losh +.\" 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. 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 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 AUTHOR 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. +.\" +.\" $FreeBSD$ +.\" +.Dd February 23, 2003 +.Dt EXCA 4 +.Os +.Sh NAME +.Nm exca +.Nd Helper module for pccard/cardbus system +.Sh DESCRIPTION +The +.Nm +module is used to implement the Intel ExCA interface to +PC Cards. +.Sh SEE ALSO +.Xr cbb 4 +.Xr pcic 4 -- cgit v1.1