Update the flashrom manpage.
- Add missing entries for nicintel and satamv.
- Add various programmers to those that support the 'pci=' option.
- Small cosmetic, whitespace, or consistency fixes.
- Update the date of last change of the manpage.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
===================================================================
@@ -1,4 +1,4 @@
-.TH FLASHROM 8 "Jun 06, 2010"
+.TH FLASHROM 8 "Jun 14, 2011"
.SH NAME
flashrom \- detect, read, write, verify and erase flash chips
.SH SYNOPSIS
@@ -172,12 +172,17 @@
.BR "* nicnatsemi" " (for flash ROMs on National Semiconductor DP838* network \
cards)"
.sp
+.BR "* nicintel" " (for parallel flash ROMs attached to Intel 10/100Mbit \
+network cards)
+.sp
.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)"
.sp
.BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)"
.sp
.BR "* satasii" " (for flash ROMs on Silicon Image SATA/IDE controllers)"
.sp
+.BR "* satamv" " (for flash ROMs on Marvell SATA controllers)"
+.sp
.BR "* atahpt" " (for flash ROMs on Highpoint ATA/RAID controllers)"
.sp
.BR "* it87spi" " (for flash ROMs behind an ITE IT87xx Super I/O LPC/SPI \
@@ -321,8 +326,9 @@
Example:
.B "flashrom \-p dummy:bus=lpc+fwh"
.TP
-.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " gfxnvidia\
-" , " satasii " and " atahpt " programmers
+.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " nicintel\
+" , " nicintel_spi" , " gfxnvidia" , " ogp_spi" , " drkaiser" , " satasii\
+" , " satamv" ", and " atahpt " programmers
These programmers have an option to specify the PCI address of the card
your want to use, which must be specified if more than one card supported
by the selected programmer is installed in your system. The syntax is
@@ -397,7 +403,7 @@
parameter specifies the frequency of the SPI bus. The parameter
delimiter is a comma. Syntax is
.sp
-.B "flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency"
+.B " flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency"
.sp
where
.B frequency
@@ -413,7 +419,7 @@
.BR mV ", " milliVolt ", " V " or " Volt
as unit specifier. Syntax is
.sp
-.B "flashrom \-p dediprog:voltage=value"
+.B " flashrom \-p dediprog:voltage=value"
.sp
where
.B value
@@ -438,7 +444,7 @@
http://rayer.ic.cz/elektro/spipgm.htm
.TP
.BR "ogp_spi " programmer
-The FLASH ROM chip to access must be specified with the
+The flash ROM chip to access must be specified with the
.B rom
parameter.
.sp
@@ -454,7 +460,7 @@
.B bprom
or
.B bios
-for the BIOS ROM. If more than one card supported by the ogp_spi programmer
+for the BIOS ROM. If more than one card supported by the ogp_spi programmer
is installed in your system, you have to specify the PCI address of the card
you want to use with the
.B pci=
@@ -613,7 +619,7 @@
.br
some others, please see the flashrom svn changelog for details.
.br
-All authors can be reached via e-mail at <flashrom@flashrom.org>.
+All authors can be reached via email at <flashrom@flashrom.org>.
.PP
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>
and Carl-Daniel Hailfinger.