diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/pccard | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r-- | usr.sbin/pccard/pccardc/pccardc.8 | 6 | ||||
-rw-r--r-- | usr.sbin/pccard/pccardd/pccardd.8 | 20 |
2 files changed, 15 insertions, 11 deletions
diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index 147e731..5fcc941 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -39,10 +39,10 @@ .Ar subcommand .Op Ar arg ... .Sh DESCRIPTION +The .Nm -controls PC-CARD slots and configures and displays information about PCMCIA cards. -.Nm -understands the following subcommands: +utility controls PC-CARD slots and configures and displays information +about PCMCIA cards. It understands the following subcommands: .Pp .Bl -tag -width pccardmem -compact .It Ic beep diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 266c9ae..71523d4 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -40,8 +40,9 @@ .Op Fl I .Op Fl f Ar configfile .Sh DESCRIPTION -.Nm Pccardd -is normally started at boot time, and manages the insertion +The +.Nm +utility is normally started at boot time, and manages the insertion and removal of PC-CARD cards. .Pp When started, @@ -52,8 +53,9 @@ which includes .Pa /etc/pccard.conf as the user configuration file) and scans the available PC-CARD slots for cards. -.Nm Pccardd -then waits for +The +.Nm +utility then waits for .Em "card events" , such as the insertion of a new card or the removal of a card. @@ -65,8 +67,9 @@ actions are taken: The kernel driver detects the card insertion and applies power to the card. .It -.Nm Pccardd -reads the +The +.Nm +utility reads the .Em CIS data from the attribute memory of the card, and uses the manufacturer name and card version to match @@ -171,8 +174,9 @@ process id of the currently running Developed by .An Andrew McRae Aq andrew@mega.com.au . .Sh BUGS -.Nm Pccardd -can set up card parameters, but cannot guarantee that +The +.Nm +utility can set up card parameters, but cannot guarantee that particular drivers can work with the card. .Pp Removing cards may cause problems if system resources |