diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-09-21 13:09:22 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-09-21 13:09:22 +0000 |
commit | 0bece04105ce217cf9d15b44f76c2010ada5d328 (patch) | |
tree | 89ae2851d5597253b7cf8ab54e4a1e3361ce2d6d /util/flashrom | |
parent | 2ad85dbc65d884d82f2f9c9d4fa1c5cc3ab5dc42 (diff) |
abuild manpage and other fixes from Uwe Hermann. Thank you!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flashrom.1 | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/util/flashrom/flashrom.1 b/util/flashrom/flashrom.1 index 60821d0568..438231df43 100644 --- a/util/flashrom/flashrom.1 +++ b/util/flashrom/flashrom.1 @@ -1,6 +1,4 @@ -.\" Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>. -.\" This manpage is licensed under the terms of the GNU GPL. -.TH FLASHROM 1 "July 26, 2006" +.TH FLASHROM 1 "September 19, 2006" .SH NAME flashrom \- the universal LinuxBIOS flash utility .SH SYNOPSIS @@ -12,55 +10,56 @@ is the universal LinuxBIOS flash utility. .SH OPTIONS If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable. - +.TP .B "\-r, \-\-read" Read flash and save contents into file. -.PP +.TP .B "\-w, \-\-write" Write file into flash (default when file is specified). -.PP +.TP .B "\-v, \-\-verify" Verify flash against file. -.PP +.TP .B "\-E, \-\-erase" Erase flash device. -.PP +.TP .B "\-V, \-\-verbose" More verbose output. -.PP +.TP .B "\-c, \-\-chip" <chipname> Probe only for specified flash chip. -.PP +.TP .B "\-s, \-\-estart" <addr> Exclude start position. (obsolete) -.PP +.TP .B "\-e, \-\-eend" <addr> Exclude end postion. (obsolete) -.PP +.TP .B "\-m, \-\-mainboard" <vendor:part> Override mainboard settings. -.PP +.TP .B "\-f, \-\-force" Force write without checking image. -.PP +.TP .B "\-l, \-\-layout" <layout.file> Read ROM layout from file. -.PP +.TP .B "\-i, \-\-image" <name> Only flash image name from flash layout. -.PP +.TP .B "\-h, \-\-help" Show a help text and exit. -.\".PP +.\".TP .\".B "\-\-version" .\"Show version information and exit. .SH BUGS Please report any bugs at http://bugzilla.openbios.org/. .SH LICENCE .B flashrom -is covered by the GNU General Public License (GPL). +is covered by the GNU General Public License (GPL), version 2 or later. .SH SEE ALSO -.BR romcc (1). +.BR romcc (1), +.BR abuild (1). .SH COPYRIGHT 2000 Silicon Integrated System Corporation .br @@ -78,5 +77,5 @@ Niki W. Waibel <niki.waibel@gmx.net> .br some others .PP -This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>, -for the Debian GNU/Linux system (but may be used by others). +This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>. +It is licensed under the terms of the GNU GPL (v2 or later). |