diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-12-20 14:59:56 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-12-20 14:59:56 +0000 |
commit | c2c86465849189b267de215bad3d9109f5740e15 (patch) | |
tree | 57ec9ff0cb76147b12704dfb1751ff144545c513 /util/flashrom | |
parent | 7adaa11dcf6d4dbd62af182901bac487491767be (diff) |
Improve flashrom description in the manpage a bit (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@2531 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flashrom.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/util/flashrom/flashrom.1 b/util/flashrom/flashrom.1 index e0934833de..8c32f651aa 100644 --- a/util/flashrom/flashrom.1 +++ b/util/flashrom/flashrom.1 @@ -1,12 +1,14 @@ -.TH FLASHROM 1 "November 22, 2006" +.TH FLASHROM 1 "December 20, 2006" .SH NAME -flashrom \- the universal LinuxBIOS flash utility +flashrom \- a universal flash programming utility .SH SYNOPSIS .B flashrom \fR[\fB\-rwvEVfh\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end] [\fB-m\fR vendor:part] [\fB-l\fR file.layout] [\fB-i\fR image_name] [file] .SH DESCRIPTION .B flashrom -is the universal LinuxBIOS flash utility. +is a universal flash programming utility for flash chips +(e.g. in DIP or PLCC packaging). It can be used to flash BIOS images, +for example. .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. |