aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.8
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-01-18 18:04:28 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-01-18 18:04:28 +0000
commitcd474afd08356bb4dbc7f0b73e9927c05defe3d8 (patch)
treee110089ef44278f106c152183d5ffa096d6e8480 /util/superiotool/superiotool.8
parentd84d9ba4450ea2c0dd4f79460b3b4b79739e8566 (diff)
Document the --list-supported option. Various small fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3060 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.8')
-rw-r--r--util/superiotool/superiotool.819
1 files changed, 11 insertions, 8 deletions
diff --git a/util/superiotool/superiotool.8 b/util/superiotool/superiotool.8
index 6bd3be0725..b00ae74de8 100644
--- a/util/superiotool/superiotool.8
+++ b/util/superiotool/superiotool.8
@@ -1,4 +1,4 @@
-.TH SUPERIOTOOL 8 "January 13, 2008"
+.TH SUPERIOTOOL 8 "January 18, 2008"
.SH NAME
superiotool \- Super I/O detection tool
.SH SYNOPSIS
@@ -17,9 +17,10 @@ is a GPL'd user-space utility which can
It is mainly used for coreboot development purposes (see coreboot.org
for details on coreboot), but it may also be useful for other things.
.PP
-The list of supported Super I/O chips is available at:
-.br
-.B http://coreboot.org/Superiotool#Supported_devices
+The list of supported Super I/O chips is available at
+.BR http://coreboot.org/Superiotool#Supported_devices ","
+but it can also be viewed by running
+.BR "superiotool -l" "."
.SH OPTIONS
If no command line option is specified,
.B superiotool
@@ -35,7 +36,7 @@ supports the
.B "\-\-dump"
option for this chip). The output will look something like this:
.sp
-.B "$ ./superiotool -d"
+.B "$ superiotool -d"
.br
Found SMSC FDC37N769 (id=0x28, rev=0x01) at 0x3f0
.br
@@ -75,7 +76,7 @@ detailed information about the
.B "\-l, \-\-list-supported"
List all Super I/O chips recognized by
.BR superiotool ". The phrase"
-.BR (dump available)
+.BR "(dump available)"
following a chip name indicates that
.B superiotool
supports the
@@ -98,8 +99,10 @@ Show version information and exit.
.B "\-h, \-\-help"
Show a help text and exit.
.SH BUGS
-Please report any bugs at http://tracker.coreboot.org/trac/coreboot/
-or on the coreboot mailing list (http://coreboot.org/Mailinglist).
+Please report any bugs at
+.B http://tracker.coreboot.org/trac/coreboot/newticket
+or on the coreboot mailing list
+.RB "(" http://coreboot.org/Mailinglist ")."
.SH AUTHORS
Please see the individual source code files and/or the README file.
.SH LICENCE