diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-10-30 22:08:58 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-10-30 22:08:58 +0000 |
commit | 0a73f99034e266d73b5dfe62a1a244c92907d228 (patch) | |
tree | 940d48e6d21ca4fb43b2b3cbaae4d4890c2afd42 /usr.sbin/acpidump | |
parent | 71bf1b2189577c363d7365046ad46537eabe647b (diff) |
move the list of options to the right place on the manual page;
while here, remove an obsolete url.
diff tweaked by jmc@; sent upstream to FreeBSD people.
ok jmc@
Diffstat (limited to 'usr.sbin/acpidump')
-rw-r--r-- | usr.sbin/acpidump/acpidump.8 | 46 |
1 files changed, 22 insertions, 24 deletions
diff --git a/usr.sbin/acpidump/acpidump.8 b/usr.sbin/acpidump/acpidump.8 index 168b32af966..9ec7888e29f 100644 --- a/usr.sbin/acpidump/acpidump.8 +++ b/usr.sbin/acpidump/acpidump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpidump.8,v 1.8 2008/06/04 17:23:24 kettenis Exp $ +.\" $OpenBSD: acpidump.8,v 1.9 2008/10/30 22:08:57 sobrado Exp $ .\" .\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org> .\" Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org> @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.9 2001/09/05 19:21:25 dd Exp $ .\" -.Dd $Mdocdate: June 4 2008 $ +.Dd $Mdocdate: October 30 2008 $ .Dt ACPIDUMP 8 .Os .Sh NAME @@ -61,6 +61,26 @@ can extract a DSDT data block from physical memory and store it into a DSDT data file, and can also generate an output in ASL from a given DSDT data file. .Pp +The options are as follows: +.Bl -tag -width indent +.It Fl f Ar dsdt_file_for_input +Interpret AML data in DSDT from a file specified in +.Ar dsdt_file_for_input +and dumps them in ASL to standard output. +.It Fl o Ar prefix_for_output +Store ACPI tables from physical memory into files specified by +.Ar prefix_for_output . +The files generated will +be of the form <prefix>.<sig>.<id>. +.Dq sig +is the signature of the ACPI Table; +.Dq id +is unique for each table. +.Pp +The following are common table signatures (there may be others): +RSDP, FACP, DSDT, SSDT, HPET, MCFG, SPMI, APIC, SPCR, SRAT, XSDT. +.El +.Pp When .Nm is invoked with no options, it will search ACPI tables from physical @@ -106,27 +126,6 @@ When .Nm outputs DSDT, it disassembles the AML data and translates them into ASL. -.Sh OPTIONS -The following options are supported by -.Nm : -.Bl -tag -width indent -.It Fl f Ar dsdt_file_for_input -Interpret AML data in DSDT from a file specified in -.Ar dsdt_file_for_input -and dumps them in ASL to standard output. -.It Fl o Ar prefix_for_output -Store ACPI tables from physical memory into files specified by -.Ar prefix_for_output . -The files generated will -be of the form <prefix>.<sig>.<id>. -.Dq sig -is the signature of the ACPI Table; -.Dq id -is unique for each table. -.Pp -The following are common table signatures (there may be others): -RSDP, FACP, DSDT, SSDT, HPET, MCFG, SPMI, APIC, SPCR, SRAT, XSDT. -.El .Sh FILES .Bl -tag -width /dev/mem .It Pa /dev/mem @@ -142,7 +141,6 @@ RSDP, FACP, DSDT, SSDT, HPET, MCFG, SPMI, APIC, SPCR, SRAT, XSDT. .%A Microsoft .%A Toshiba .%R Revision 1.0b -.%O http://www.teleport.com/~acpi/ .Re .Sh HISTORY The |