From: Sven Hoexter Date: Mon, 28 Nov 2022 19:06:36 +0000 (+0100) Subject: Use correct backslash escape in man 1 fio X-Git-Tag: fio-3.34~81^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=80ba3068c537673dc289d17e819289632a9b7df3;p=fio.git Use correct backslash escape in man 1 fio 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 --- diff --git a/fio.1 b/fio.1 index 7f29bdbe..a28ec032 100644 --- 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'.