Update man page
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 27 Sep 2013 12:17:59 +0000 (13:17 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 30 Sep 2013 10:54:10 +0000 (11:54 +0100)
commitfa769d44024be720f5775ea361d55b91e2fcc14e
tree7668e7478cc81728fc810929a479320cf901d052
parent5c9323fb6e381ba6bd6adc1b69ce28975d463333
Update man page

Many of fio's options are not described in the man page. Copy the short
text to the man page for those commands listed by:

./fio --cmdhelp=all | sed 's/ *:.*$//' | sed 's/ \+//' \
| while read line; do grep "\b$line\b" -q fio.1; if [[ $? -eq 1 ]]; then \
echo $line; fi; done

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
fio.1