From 65db0851e8cd98c61e029e64db7038f92ad9ae02 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 20 Feb 2007 10:22:01 +0100 Subject: [PATCH] Update documentation wrt comment Signed-off-by: Jens Axboe --- HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1