Module Name:    src
Committed By:   jmcneill
Date:           Thu Feb 17 10:21:02 UTC 2011

Modified Files:
        src/usr.sbin/acpitools/acpidump: acpidump.8

Log Message:
document -c and -s flags


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/acpitools/acpidump/acpidump.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/acpitools/acpidump/acpidump.8
diff -u src/usr.sbin/acpitools/acpidump/acpidump.8:1.3 src/usr.sbin/acpitools/acpidump/acpidump.8:1.4
--- src/usr.sbin/acpitools/acpidump/acpidump.8:1.3	Tue Dec 22 08:44:03 2009
+++ src/usr.sbin/acpitools/acpidump/acpidump.8	Thu Feb 17 10:21:02 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpidump.8,v 1.3 2009/12/22 08:44:03 cegger Exp $
+.\" $NetBSD: acpidump.8,v 1.4 2011/02/17 10:21:02 jmcneill Exp $
 .\" ACPI (ACPI Package)
 .\"
 .\" Copyright (c) 1999 Doug Rabson <[email protected]>
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.24 2007/03/14 22:55:30 njl Exp $
 .\"
-.Dd February 14, 2005
+.Dd February 17, 2011
 .Dt ACPIDUMP 8
 .Os
 .Sh NAME
@@ -38,7 +38,9 @@
 .Nd dump ACPI tables and ASL
 .Sh SYNOPSIS
 .Nm
+.Op Fl c
 .Op Fl d
+.Op Fl s
 .Op Fl t
 .Op Fl h
 .Op Fl v
@@ -140,10 +142,14 @@
 The following options are supported by
 .Nm :
 .Bl -tag -width indent
+.It Fl c
+Dump unknown table data as characters instead of hex.
 .It Fl d
 Disassemble the DSDT into ASL using
 .Xr iasl 8
 and print the results to stdout.
+.It Fl s
+Skip tables with bad checksums.
 .It Fl t
 Dump the contents of the various fixed tables listed above.
 .It Fl h

Reply via email to