From ce594fbed12324b1394a04e4e8e78f9aacc1f365 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 5 Apr 2013 16:32:33 +0200 Subject: [PATCH] Man page formatting fixups - Fix extra .B in the filename_format section - Fix missing .RE for lockfile Signed-off-by: Jens Axboe --- fio.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.25.1