Use correct backslash escape in man 1 fio
authorSven Hoexter <sven@stormbind.net>
Mon, 28 Nov 2022 19:06:36 +0000 (20:06 +0100)
committerSven Hoexter <sven@stormbind.net>
Mon, 28 Nov 2022 19:12:07 +0000 (20:12 +0100)
The usage of '\\' to create a literal backslash enclosed in
apostrophe is sometimes wrongly rendered as an acute accent.

Reported by lintian, a Debian package linter.

Signed-off-by: Sven Hoexter <sven@stormbind.net>
fio.1

diff --git a/fio.1 b/fio.1
index 7f29bdbe7c451f0a1687c5d99ed0c1ccbf5030b9..a28ec03206f1214b0d8186d30ce8dc8dd2669b65 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -569,7 +569,7 @@ by this option will be \fBsize\fR divided by number of files unless an
 explicit size is specified by \fBfilesize\fR.
 .RS
 .P
-Each colon in the wanted path must be escaped with a '\\'
+Each colon in the wanted path must be escaped with a '\e'
 character. For instance, if the path is `/dev/dsk/foo@3,0:c' then you
 would use `filename=/dev/dsk/foo@3,0\\:c' and if the path is
 `F:\\filename' then you would use `filename=F\\:\\filename'.