summaryrefslogtreecommitdiff
path: root/usr.sbin/pcmciad
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
commitad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch)
treeb54160234444c70a92f7729894e15af668141646 /usr.sbin/pcmciad
parent6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff)
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'usr.sbin/pcmciad')
-rw-r--r--usr.sbin/pcmciad/pcmciad.812
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/pcmciad/pcmciad.8 b/usr.sbin/pcmciad/pcmciad.8
index ea608bb48fd..e6c5376b291 100644
--- a/usr.sbin/pcmciad/pcmciad.8
+++ b/usr.sbin/pcmciad/pcmciad.8
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: pcmciad.8,v 1.2 1998/03/10 04:51:09 millert Exp $
+.\" $Id: pcmciad.8,v 1.3 1998/12/15 01:20:48 aaron Exp $
.\"
.Dd October 29, 1995
.Dt PCMCIAD 8
@@ -33,7 +33,7 @@
.Nm pcmciad
.Nd PC-CARD slot monitor daemon
.Sh SYNOPSIS
-.Nm
+.Nm pcmciad
.Op Fl d
.Op Fl q
.Op Fl c Ar conf-file
@@ -48,7 +48,9 @@ flag, or, if no file is specified, the default configuration file
.Pp
Each line of the configuration file contains a list of PCMCIA slot
device files to monitor and a command name for that slot.
-Whenever a card event occurs on a monitored slot, pcmciad attempts to
+Whenever a card event occurs on a monitored slot,
+.Nm
+attempts to
configure (upon insertion) or unconfigure (upon removal) the card. If
the action succeeds, the slot's command is run, passed the slot number,
event type (insert or delete), and device type name.
@@ -67,9 +69,9 @@ When the
flag is specified, the card insertion/removal events are not announced
on the speaker.
.Sh SEE ALSO
-.Xr pcmcia_cntrl 8 ,
+.Xr speaker 4 ,
.Xr config_slot 8 ,
-.Xr speaker 4 .
+.Xr pcmcia_cntrl 8
.Sh HISTORY
The
.Nm pcmciad