From: Jens Axboe Date: Fri, 5 Apr 2013 14:32:33 +0000 (+0200) Subject: Man page formatting fixups X-Git-Tag: fio-2.1~89^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ce594fbed12324b1394a04e4e8e78f9aacc1f365 Man page formatting fixups - Fix extra .B in the filename_format section - Fix missing .RE for lockfile Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index 0c2a243c..be0cf91e 100644 --- a/fio.1 +++ b/fio.1 @@ -152,7 +152,7 @@ reserved name, meaning stdin or stdout, depending on the read/write direction set. .TP .BI filename_format \fR=\fPstr -.B If sharing multiple files between jobs, it is usually necessary to have +If sharing multiple files between jobs, it is usually necessary to have fio generate the exact names that you want. By default, fio will name a file based on the default file format specification of \fBjobname.jobnumber.filenumber\fP. With this option, that can be @@ -197,6 +197,7 @@ Only one thread or process may do IO at the time, excluding all others. Read-write locking on the file. Many readers may access the file at the same time, but writes get exclusive access. .RE +.RE .P .BI opendir \fR=\fPstr Recursively open any files below directory \fIstr\fR.