Man page formatting fixups
authorJens Axboe <axboe@kernel.dk>
Fri, 5 Apr 2013 14:32:33 +0000 (16:32 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Apr 2013 14:32:33 +0000 (16:32 +0200)
- Fix extra .B in the filename_format section
- Fix missing .RE for lockfile

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1

diff --git a/fio.1 b/fio.1
index 0c2a243c0756b80b9ef561db51b42af92ba0aad9..be0cf91ec4e47901cb1e0bde257ef949604394fe 100644 (file)
--- 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
 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
 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
 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.
 .P
 .BI opendir \fR=\fPstr
 Recursively open any files below directory \fIstr\fR.