[flashrom] [commit] r649 - trunk

svn at flashrom.org svn at flashrom.org
Sun Jul 12 00:17:28 CEST 2009


Author: uwe
Date: 2009-07-12 00:17:28 +0200 (Sun, 12 Jul 2009)
New Revision: 649

Modified:
   trunk/flashrom.8
Log:
Fix incorrect manpage (trivial).

The flashrom manpage currently says "-w, --write: Write file into flash
ROM (default when <file> is specified)". This is no longer true for recent
flashrom versions, which only write if you explicitly use the -w option.

Proof:

$ flashrom coreboot.rom
flashrom v0.9.0-r631
No coreboot table found.
Found chipset "Intel ICH7/ICH7R", enabling flash write... OK.
Found board "Kontron 986LCD-M", enabling flash write... OK.
Calibrating delay loop... OK.
Found chip "PMC Pm49FL004" (512 KB) at physical address 0xfff80000.
No operations were specified.

Thus, fix manpage accordingly.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/flashrom.8
===================================================================
--- trunk/flashrom.8	2009-07-11 19:39:11 UTC (rev 648)
+++ trunk/flashrom.8	2009-07-11 22:17:28 UTC (rev 649)
@@ -33,9 +33,7 @@
 .BR <file> .
 .TP
 .B "\-w, \-\-write <file>"
-Write file into flash ROM (default when
-.B <file>
-is specified).
+Write file into flash ROM.
 .TP
 .B "\-n, \-\-noverify"
 Do





More information about the flashrom mailing list