Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/acpitools/acpidump Sort option descriptions. Merge ...



details:   https://anonhg.NetBSD.org/src/rev/79f2b7f7b789
branches:  trunk
changeset: 762212:79f2b7f7b789
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Feb 17 17:05:05 2011 +0000

description:
Sort option descriptions. Merge single-letter options in SYNOPSIS.

diffstat:

 usr.sbin/acpitools/acpidump/acpidump.8 |  25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

diffs (53 lines):

diff -r 2b1d0aaeeddd -r 79f2b7f7b789 usr.sbin/acpitools/acpidump/acpidump.8
--- a/usr.sbin/acpitools/acpidump/acpidump.8    Thu Feb 17 17:03:17 2011 +0000
+++ b/usr.sbin/acpitools/acpidump/acpidump.8    Thu Feb 17 17:05:05 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpidump.8,v 1.4 2011/02/17 10:21:02 jmcneill Exp $
+.\" $NetBSD: acpidump.8,v 1.5 2011/02/17 17:05:05 wiz Exp $
 .\" ACPI (ACPI Package)
 .\"
 .\" Copyright (c) 1999 Doug Rabson <dfr%FreeBSD.org@localhost>
@@ -38,12 +38,7 @@
 .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
+.Op Fl cdhstv
 .Op Fl f Ar dsdt_input
 .Op Fl o Ar dsdt_output
 .Sh DESCRIPTION
@@ -148,21 +143,21 @@
 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
-Displays usage and exit.
-.It Fl v
-Enable verbose messages.
 .It Fl f Ar dsdt_input
 Load the DSDT from the specified file instead of physical memory.
 Since only the DSDT is stored in the file, the
 .Fl t
 flag may not be used with this option.
+.It Fl h
+Displays usage and exit.
 .It Fl o Ar dsdt_output
 Store the DSDT data block from physical memory into the specified file.
+.It Fl s
+Skip tables with bad checksums.
+.It Fl t
+Dump the contents of the various fixed tables listed above.
+.It Fl v
+Enable verbose messages.
 .El
 .Sh FILES
 .Bl -tag -width /dev/mem



Home | Main Index | Thread Index | Old Index