svn commit: r215010 - head/share/man/man4

John Baldwin jhb at FreeBSD.org
Mon Nov 8 20:44:12 UTC 2010


Author: jhb
Date: Mon Nov  8 20:44:11 2010
New Revision: 215010
URL: http://svn.freebsd.org/changeset/base/215010

Log:
  Don't mention 'device acpi' or loading ACPI as a kernel module since the
  latter is not supported.  This is also more consistent with manpages for
  other vendor-specific drivers such as acpi_ibm(4) and acpi_sony(4).

Modified:
  head/share/man/man4/aibs.4

Modified: head/share/man/man4/aibs.4
==============================================================================
--- head/share/man/man4/aibs.4	Mon Nov  8 20:35:09 2010	(r215009)
+++ head/share/man/man4/aibs.4	Mon Nov  8 20:44:11 2010	(r215010)
@@ -24,18 +24,16 @@
 .Nd "ASUSTeK AI Booster ACPI ATK0110 voltage, temperature and fan sensor"
 .Sh SYNOPSIS
 To compile this driver into the kernel,
-place the following lines in your
+place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd "device acpi"
 .Cd "device aibs"
 .Ed
 .Pp
 Alternatively, to load the driver as a
-module at boot time, place the following lines in
+module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-acpi_load="YES"
 aibs_load="YES"
 .Ed
 .Sh DESCRIPTION


More information about the svn-src-head mailing list