From 708f002a4da47c2b9303c7f5f1b5c26905063219 Mon Sep 17 00:00:00 2001 From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 4 Dec 2001 17:37:20 +0000 Subject: [PATCH] Correct the name of the rc.conf variable to enable pccardd from 'pccardd_enable' to 'pccard_enable'. Submitted by: Carl Jacobsen <carl@ucsd.edu> --- en_US.ISO8859-1/articles/laptop/article.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/articles/laptop/article.sgml b/en_US.ISO8859-1/articles/laptop/article.sgml index a607d24f46..87f4ebe6fb 100644 --- a/en_US.ISO8859-1/articles/laptop/article.sgml +++ b/en_US.ISO8859-1/articles/laptop/article.sgml @@ -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>