Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Note ACPIVERBOSE. Use lower case letters in ....



details:   https://anonhg.NetBSD.org/src/rev/bcc8926340ff
branches:  trunk
changeset: 755483:bcc8926340ff
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Jun 07 08:39:04 2010 +0000

description:
Note ACPIVERBOSE. Use lower case letters in .Ss subtitles.

diffstat:

 share/man/man4/acpi.4 |  27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diffs (83 lines):

diff -r 6b7f1eb3bc6a -r bcc8926340ff share/man/man4/acpi.4
--- a/share/man/man4/acpi.4     Mon Jun 07 07:39:43 2010 +0000
+++ b/share/man/man4/acpi.4     Mon Jun 07 08:39:04 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.50 2010/04/25 17:50:13 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.51 2010/06/07 08:39:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 25, 2010
+.Dd June 7, 2010
 .Dt ACPI 4
 .Os
 .Sh NAME
@@ -33,10 +33,11 @@
 .Sh SYNOPSIS
 .Cd "acpi0     at mainbus0"
 .Pp
-.Cd "options   ACPI_DEBUG"
-.Cd "options   ACPIVERBOSE"
-.Cd "options   ACPI_ACTIVATE_DEV"
-.Cd "options   ACPI_DSDT_OVERRIDE"
+.Cd "options   ACPI_DEBUG"
+.Cd "options   ACPIVERBOSE"
+.Cd "options   ACPI_ACTIVATE_DEV"
+.Cd "options   ACPI_DSDT_OVERRIDE"
+.Cd "options   ACPI_DSDT_FILE=\*[q]\*[q]"
 .Sh DESCRIPTION
 .Nx
 provides machine-independent bus support for
@@ -70,9 +71,9 @@
 Options:
 .Bl -tag -width ACPI_DSDT_FILE__filename_XX -offset 3n
 .It Dv ACPI_DEBUG
-Enable
-.Tn ACPI
-debugging message outputs.
+Enable various debug facilities.
+.It Dv ACPIVERBOSE
+Enable verbose debug messages.
 .It Dv ACPI_ACTIVATE_DEV
 Determine if the
 .Tn ACPI
@@ -276,7 +277,7 @@
 these are generally only available if the kernel has been compiled with the
 .Tn ACPI_DEBUG
 option.
-.Ss CUSTOM DSDT
+.Ss Custom DSDT
 .Tn ACPI
 interprets bytecode known as
 .Tn ACPI
@@ -335,7 +336,7 @@
 .Tn ACPI_DSDT_OVERRIDE
 in the kernel configuration file and rebuild.
 .El
-.Ss DEBUGGER
+.Ss Debugger
 The
 .Tn ACPICA
 interpreter provides its own debugger for low-level debugging.
@@ -354,7 +355,7 @@
 .Ic call
 with the argument
 .Ic acpi_osd_debugger .
-.Ss DEBUG OUTPUT
+.Ss Debug Output
 .Nx
 provides two
 .Xr sysctl 8
@@ -451,7 +452,7 @@
 .Ic hw.acpi.debug.level
 to
 .Dv ACPI_DEBUG_NONE .
-.Ss EXAMPLE
+.Ss Example
 As an example, a driver may have defined the component it belongs to and
 the name of the module:
 .Bd -literal -offset indent



Home | Main Index | Thread Index | Old Index