fio.1 - escape the escape character so it shows up
authorJeff Moyer <jmoyer@redhat.com>
Thu, 3 Jul 2014 18:20:28 +0000 (14:20 -0400)
committerJens Axboe <axboe@fb.com>
Thu, 3 Jul 2014 18:28:35 +0000 (12:28 -0600)
Hi, Jens,

In the filename= text, the escape character gets eaten.  This fixes it
for me.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.1

diff --git a/fio.1 b/fio.1
index 363c806f0485920c2bd271f1c2b321d61b4924d9..1a04e6c0f6155efe7404dd954a983bece8b234b0 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -182,8 +182,8 @@ set. On Windows, disk devices are accessed as \\.\PhysicalDrive0 for the first
 device, \\.\PhysicalDrive1 for the second etc. Note: Windows and FreeBSD
 prevent write access to areas of the disk containing in-use data
 (e.g. filesystems). If the wanted filename does need to include a colon, then
-escape that with a '\' character. For instance, if the filename is
-"/dev/dsk/foo@3,0:c", then you would use filename="/dev/dsk/foo@3,0\:c".
+escape that with a '\\' character. For instance, if the filename is
+"/dev/dsk/foo@3,0:c", then you would use filename="/dev/dsk/foo@3,0\\:c".
 .TP
 .BI filename_format \fR=\fPstr
 If sharing multiple files between jobs, it is usually necessary to have