Module Name: src
Committed By: wiz
Date: Sun Jan 31 15:05:20 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Bump date for new debug section.
New sentence, new line.
Remove Pp after section begin.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/acpi.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/acpi.4
diff -u src/share/man/man4/acpi.4:1.36 src/share/man/man4/acpi.4:1.37
--- src/share/man/man4/acpi.4:1.36 Sun Jan 31 12:07:37 2010
+++ src/share/man/man4/acpi.4 Sun Jan 31 15:05:20 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.36 2010/01/31 12:07:37 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.37 2010/01/31 15:05:20 wiz Exp $
.\"
.\" Copyright (c) 2002, 2004 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 May 16, 2009
+.Dd January 31, 2010
.Dt ACPI 4
.Os
.Sh NAME
@@ -314,7 +314,8 @@
.Dv ACPI_DEBUG_DEFAULT
that is used by
.Tn ACPICA
-as the default debug level. It includes
+as the default debug level.
+It includes
.Dv ACPI_LV_INIT
and
.Dv ACPI_LV_DEBUG_OBJECT .
@@ -346,7 +347,6 @@
to
.Dv ACPI_DEBUG_NONE .
.Ss EXAMPLE
-.Pp
As an example, a driver may have defined the component it belongs to and
the name of the module:
.Bd -literal -offset indent