components/acpidump/madt.1
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 197 fd801ec0737c
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags

'\" te
.\"
.\" Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
.\"
.\" ident	"@(#)madt.1	1.2	10/03/16 SMI"
.\"
.TH madt 1 "24 Apr 2009" "SunOS 5.11" "User Commands"
.SH NAME
madt - parse ACPI tables
.SH SYNOPSIS
.LP
.nf
\fBmadt [ACPI data file]
.fi

.SH DESCRIPTION
.sp
.LP
This utility parses the specified data file containing an extracted image of an ACPI table.  It displays the results to the user in human-readable text.

.SH EXAMPLES
.sp
.LP
# madt < SRAT2.dat


.SH SEE ALSO
acpidump(1), acpixtract(1)

.SH RESOURCES
.sp
.LP
http://www.lesswatts.org/projects/acpi/utilities.php
.sp