pmemblk: Clarify fsize is in MiB not MB
[fio.git] / README
diff --git a/README b/README
index d5cc246a790b8dae33f504fdadfe610f06f7398c..31d53fe4aa3f892e1ee3bbfbb7dd07e5716ca92c 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,8 @@ If git:// does not work, use the http protocol instead:
 
        http://git.kernel.dk/fio.git
 
-Snapshots are frequently generated and include the git meta data as well.
+Snapshots are frequently generated and fio-git-*.tar.gz include the git
+meta data as well. Other tarballs are archives of official fio releases.
 Snapshots can download from:
 
        http://brick.kernel.dk/snaps/
@@ -97,7 +98,7 @@ and archives for the old list can be found here:
 Building
 --------
 
-Just type 'configure', 'make' and 'make install'.
+Just type './configure', 'make' and 'make install'.
 
 Note that GNU make is required. On BSDs it's available from devel/gmake
 within ports directory; on Solaris it's in the SUNWgmake package.
@@ -152,7 +153,6 @@ $ fio
        --debug                 Enable some debugging options (see below)
        --parse-only            Parse options only, don't start any IO
        --output                Write output to file
-       --runtime               Runtime in seconds
        --bandwidth-log         Generate aggregate bandwidth logs
        --minimal               Minimal (terse) output
        --output-format=type    Output format (terse,json,json+,normal)
@@ -263,7 +263,7 @@ the copyright and license requirements currently apply to examples/ files.
 
 
 Client/server
-------------
+-------------
 
 Normally fio is invoked as a stand-alone application on the machine
 where the IO workload should be generated. However, the frontend and