From c66235a6abaa07e0397eb5b96620ea92f1170611 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sat, 1 Apr 2006 11:21:00 +0000 Subject: [PATCH] Convert the SYNOPSIS section to look like the ones used in other driver manpages, mention module support. MFC after: 3 days --- share/man/man4/man4.i386/acpi_asus.4 | 12 ++++++++++++ share/man/man4/man4.i386/acpi_fujitsu.4 | 12 ++++++++++++ share/man/man4/man4.i386/acpi_ibm.4 | 12 ++++++++++++ share/man/man4/man4.i386/acpi_panasonic.4 | 12 ++++++++++++ share/man/man4/man4.i386/acpi_sony.4 | 12 ++++++++++++ share/man/man4/man4.i386/acpi_toshiba.4 | 12 ++++++++++++ 6 files changed, 72 insertions(+) diff --git a/share/man/man4/man4.i386/acpi_asus.4 b/share/man/man4/man4.i386/acpi_asus.4 index db274b2efac8..26459a9cd794 100644 --- a/share/man/man4/man4.i386/acpi_asus.4 +++ b/share/man/man4/man4.i386/acpi_asus.4 @@ -32,7 +32,19 @@ .Nm acpi_asus .Nd Asus Laptop Extras .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_asus" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_asus_load="YES" +.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.i386/acpi_fujitsu.4 b/share/man/man4/man4.i386/acpi_fujitsu.4 index e7e6a6f3a2a5..1959bf6a52c1 100644 --- a/share/man/man4/man4.i386/acpi_fujitsu.4 +++ b/share/man/man4/man4.i386/acpi_fujitsu.4 @@ -32,7 +32,19 @@ .Nm acpi_fujitsu .Nd Fujitsu Laptop Extras .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_fujitsu" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_fujitsu_load="YES" +.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.i386/acpi_ibm.4 b/share/man/man4/man4.i386/acpi_ibm.4 index c6160d0fab05..c89201eee91d 100644 --- a/share/man/man4/man4.i386/acpi_ibm.4 +++ b/share/man/man4/man4.i386/acpi_ibm.4 @@ -32,7 +32,19 @@ .Nm acpi_ibm .Nd "ACPI extras driver for IBM laptops" .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_ibm" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_ibm_load="YES" +.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.i386/acpi_panasonic.4 b/share/man/man4/man4.i386/acpi_panasonic.4 index a3b9e56e07f0..8a8851ef1b3c 100644 --- a/share/man/man4/man4.i386/acpi_panasonic.4 +++ b/share/man/man4/man4.i386/acpi_panasonic.4 @@ -32,7 +32,19 @@ .Nm acpi_panasonic .Nd "ACPI hotkey driver for Panasonic laptops" .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_panasonic" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_panasonic_load="YES" +.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.i386/acpi_sony.4 b/share/man/man4/man4.i386/acpi_sony.4 index 7b1f6317dbed..2df2dd9a9cd5 100644 --- a/share/man/man4/man4.i386/acpi_sony.4 +++ b/share/man/man4/man4.i386/acpi_sony.4 @@ -31,7 +31,19 @@ .Nm acpi_sony .Nd "ACPI notebook controller driver for Sony laptops" .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_sony" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_sony_load="YES" +.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.i386/acpi_toshiba.4 b/share/man/man4/man4.i386/acpi_toshiba.4 index 413e8e4f5494..cb26842566a9 100644 --- a/share/man/man4/man4.i386/acpi_toshiba.4 +++ b/share/man/man4/man4.i386/acpi_toshiba.4 @@ -32,7 +32,19 @@ .Nm acpi_toshiba .Nd Toshiba HCI interface .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device acpi_toshiba" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +acpi_toshiba_load="YES" +.Ed .Sh DESCRIPTION HCI is Toshiba's .Em "Hardware Control Interface"