From 80ba3068c537673dc289d17e819289632a9b7df3 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 28 Nov 2022 20:06:36 +0100 Subject: [PATCH 1/1] 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 --- fio.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.25.1