Sort sections, sort SEE ALSO. Use Rs/Re for citation.

Remove URL that points to a 404. Use HTML macros.
Comment out xrefs to mem(4) and acpiconf(8) since we do not have them.
This commit is contained in:
wiz 2007-01-14 12:25:42 +00:00
parent 7d6e7c5672
commit 266bca7bda
1 changed files with 34 additions and 33 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: acpidump.8,v 1.1 2007/01/14 04:36:13 christos Exp $ .\" $NetBSD: acpidump.8,v 1.2 2007/01/14 12:25:42 wiz Exp $
.\" ACPI (ACPI Package) .\" ACPI (ACPI Package)
.\" .\"
.\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org> .\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org>
@ -121,52 +121,52 @@ formats it as ASL.
The following options are supported by The following options are supported by
.Nm : .Nm :
.Bl -tag -width indent .Bl -tag -width indent
.It Fl o Ar dsdt_file_for_output
Stores DSDT data block from physical memory into a file specified in
.Ar dsdt_file_for_output
in addition to behavior with no option.
.It Fl f Ar dsdt_file_for_input .It Fl f Ar dsdt_file_for_input
Interprets AML data in DSDT from a file specified in Interprets AML data in DSDT from a file specified in
.Ar dsdt_file_for_input .Ar dsdt_file_for_input
and dumps them in ASL to standard output. and dumps them in ASL to standard output.
.It Fl h
Displays usage and exits.
.It Fl o Ar dsdt_file_for_output
Stores DSDT data block from physical memory into a file specified in
.Ar dsdt_file_for_output
in addition to behavior with no option.
.It Fl r .It Fl r
Additionally outputs commented ResourceTemplate() macros for Buffer Additionally outputs commented
.Fn ResourceTemplate
macros for Buffer
objects that contain valid resource streams. objects that contain valid resource streams.
These macros are defined in the ACPI 2.0 specification section These macros are defined in the ACPI 2.0 specification section
16.2.4. 16.2.4.
.It Fl h .El
Displays usage and exit. .Sh FILES
.Bl -tag -width /dev/mem
.It Pa /dev/mem
.El .El
.Sh EXAMPLES .Sh EXAMPLES
This is an example to get a dump of SDTs and a DSDT data file This is an example to get a dump of SDTs and a DSDT data file
simultaneously on a machine that supports ACPI BIOS. simultaneously on a machine that supports ACPI BIOS.
.Bd -literal -offset indent .Bd -literal -offset indent
# acpidump -o foo.dsdt > foo.asl # acpidump -o foo.dsdt \*[Gt] foo.asl
.Ed .Ed
.Sh BUGS
In the current implementation,
.Nm
doesn't dump any information of Firmware ACPI Control Structure
(FACS)
specified by a pointer in FACP.
.Sh FILES
.Bl -tag -width /dev/mem
.It Pa /dev/mem
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr acpi 4 , .Xr acpi 4 ,
.Xr mem 4 , .\" .Xr mem 4 ,
.Xr acpiconf 8 , .\" .Xr acpiconf 8 ,
.Xr amldb 8 .Xr amldb 8
.Pp .Pp
.Dq Advanced Configuration and Power Interface Specification .Rs
.Bd -literal -offset indent -compact .%T Advanced Configuration and Power Interface Specification
Intel .%Q Intel
Microsoft .%Q Microsoft
Toshiba .%Q Toshiba
Revision 1.0b, 2.0 .%O Revision 1.0b, 2.0
.Ed .Re
<URL:http://www.teleport.com/~acpi/> .Sh HISTORY
The
.Nm
utility appeared in
.Fx 5.0 .
.Sh AUTHORS .Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org .An Doug Rabson Aq dfr@FreeBSD.org
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org .An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org
@ -181,8 +181,9 @@ Some contributions made by
.An Michael Lucas Aq mwlucas@blackhelicopters.org .An Michael Lucas Aq mwlucas@blackhelicopters.org
and and
.An Michael Smith Aq msmith@FreeBSD.org . .An Michael Smith Aq msmith@FreeBSD.org .
.Sh HISTORY .Sh BUGS
The In the current implementation,
.Nm .Nm
utility appeared in doesn't dump any information of Firmware ACPI Control Structure
.Fx 5.0 . (FACS)
specified by a pointer in FACP.