Blame SPECS/acpidump.1

Packit Service 842c24
.\" First parameter, NAME, should be all caps
Packit Service 842c24
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
Packit Service 842c24
.\" other parameters are allowed: see man(7), man(1)
Packit Service 842c24
.TH ACPIDUMP 1 "July 24, 2013"
Packit Service 842c24
.\" Please adjust this date whenever revising the manpage.
Packit Service 842c24
.\"
Packit Service 842c24
.\" Some roff macros, for reference:
Packit Service 842c24
.\" .nh        disable hyphenation
Packit Service 842c24
.\" .hy        enable hyphenation
Packit Service 842c24
.\" .ad l      left justify
Packit Service 842c24
.\" .ad b      justify to both left and right margins
Packit Service 842c24
.\" .nf        disable filling
Packit Service 842c24
.\" .fi        enable filling
Packit Service 842c24
.\" .br        insert line break
Packit Service 842c24
.\" .sp <n>    insert n+1 empty lines
Packit Service 842c24
.\" for manpage-specific macros, see man(7)
Packit Service 842c24
.SH NAME
Packit Service 842c24
acpidump \- ACPI table dump utility
Packit Service 842c24
.SH SYNOPSIS
Packit Service 842c24
.B acpidump
Packit Service 842c24
.RI [ <option> ... ]
Packit Service 842c24
Packit Service 842c24
.SH DESCRIPTION
Packit Service 842c24
This manual page briefly documents the
Packit Service 842c24
.B acpidump
Packit Service 842c24
command.  The option list is taken from the interactive help.
Packit Service 842c24
.PP
Packit Service 842c24
The
Packit Service 842c24
.B acpidump
Packit Service 842c24
command extracts the ACPI tables currently in use from the running
Packit Service 842c24
kernel in a form usable for later processing by the
Packit Service 842c24
.B acpixtract
Packit Service 842c24
command.
Packit Service 842c24
.PP
Packit Service 842c24
Invocation of
Packit Service 842c24
.B acpidump
Packit Service 842c24
without parameters will dump all available ACPI tables.  Multiple mixed
Packit Service 842c24
instances of the
Packit Service 842c24
.B \-a
Packit Service 842c24
,
Packit Service 842c24
.B \-f
Packit Service 842c24
, and
Packit Service 842c24
.B \-n
Packit Service 842c24
parameters can be used.
Packit Service 842c24
Packit Service 842c24
.SH OPTIONS
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-b
Packit Service 842c24
Dump tables in binary format (versus the default human-readable form)
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-h | \-?
Packit Service 842c24
Display this help message
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-o <file>
Packit Service 842c24
Redirect output to a file.  This file can be used later by
Packit Service 842c24
.B acpixtract
Packit Service 842c24
to examine the contents of the ACPI tables.
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-s
Packit Service 842c24
Print table summaries only.
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-v
Packit Service 842c24
Print the version of this utility.
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-z
Packit Service 842c24
Verbose mode.
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-a <address>
Packit Service 842c24
Get a table from a physical address (must be superuser and you must be
Packit Service 842c24
careful which address you use -- dmesg will typically report the addresses
Packit Service 842c24
for the various tables).
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-f <binary-file>
Packit Service 842c24
Get a table from a binary file (see the
Packit Service 842c24
.B \-b
Packit Service 842c24
option).
Packit Service 842c24
Packit Service 842c24
.PP
Packit Service 842c24
.TP
Packit Service 842c24
.B \-n <signature>
Packit Service 842c24
Get a table via it's name or signature (e.g., MADT or SSDT).
Packit Service 842c24
Packit Service 842c24
.SH SEE ALSO
Packit Service 842c24
.B acpixtract(1)
Packit Service 842c24
Packit Service 842c24
.SH AUTHOR
Packit Service 842c24
acpidump was written by Robert Moore <robert.moore@intel.com> and
Packit Service 842c24
Chao Guan <chao.guan@intel.com>.
Packit Service 842c24
.PP
Packit Service 842c24
This manual page was written by Al Stone <ahs3@redhat.com> for the
Packit Service 842c24
Fedora project (but may be used by others).