From 315075fd690edf716ccf489e9f7c5caf0272b9d4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 11 Jul 2009 22:17:28 +0000 Subject: Fix incorrect manpage The flashrom manpage currently says "-w, --write: Write file into flash ROM (default when 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. Corresponding to flashrom svn r649. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- flashrom.8 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flashrom.8') diff --git a/flashrom.8 b/flashrom.8 index 70f505c..b64ae6d 100644 --- a/flashrom.8 +++ b/flashrom.8 @@ -33,9 +33,7 @@ Read flash ROM contents and save them into the given .BR . .TP .B "\-w, \-\-write " -Write file into flash ROM (default when -.B -is specified). +Write file into flash ROM. .TP .B "\-n, \-\-noverify" Do -- cgit v1.1