Update documentation wrt comment
authorJens Axboe <jens.axboe@oracle.com>
Tue, 20 Feb 2007 09:22:01 +0000 (10:22 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 20 Feb 2007 09:22:01 +0000 (10:22 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 8e6e29bbc7dd98e6eb9857596c02de03ebdd0635..ac15fc800f150d61d82d5f278dc3078cc8b0b296 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -108,8 +108,8 @@ to use any ascii name you want, except 'global' which has special meaning.
 A global section sets defaults for the jobs described in that file. A job
 may override a global section parameter, and a job file may even have
 several global sections if so desired. A job is only affected by a global
-section residing above it. If the first character in a line is a ';', the
-entire line is discarded as a comment.
+section residing above it. If the first character in a line is a ';' or a
+'#', the entire line is discarded as a comment.
 
 So lets look at a really simple job file that define to threads, each
 randomly reading from a 128MiB file.