From: Jens Axboe Date: Tue, 20 Feb 2007 09:22:01 +0000 (+0100) Subject: Update documentation wrt comment X-Git-Tag: fio-1.12~57 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=65db0851e8cd98c61e029e64db7038f92ad9ae02 Update documentation wrt comment Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 8e6e29bb..ac15fc80 100644 --- 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.