Correct the name of the rc.conf variable to enable pccardd from

'pccardd_enable' to 'pccard_enable'.

Submitted by:	Carl Jacobsen <carl@ucsd.edu>
This commit is contained in:
John Baldwin 2001-12-04 17:37:20 +00:00
parent e96aa4076e
commit 708f002a4d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11341

View file

@ -129,7 +129,7 @@ Option "Emulate3Buttons"
<para>If it is not running already, start the pccardd daemon.
(To enable it at boot time, add
<programlisting>pccardd_enable="YES"</programlisting> to
<programlisting>pccard_enable="YES"</programlisting> to
<filename>/etc/rc.conf</filename>). Now your cards should be
detected when you insert and remove them, and you should get
log messages about new devices being enabled.</para>