From 06cd065b6e4ee41d893caae5200bf276ae6a12bd Mon Sep 17 00:00:00 2001 From: Anders Damsgaard Date: Mon, 2 May 2022 14:46:25 +0200 Subject: manual pages: properly escape backslashes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From the mdoc(7) extended introduction[0]: >To output a backslash, use the escape sequence ā€˜\eā€™. Never use the >escape sequence ā€˜\\ā€™ in any context. 0: https://mandoc.bsd.lv/mdoc/intro/escaping.html --- sfeed.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfeed.1') diff --git a/sfeed.1 b/sfeed.1 index 70354e3..34cd5fb 100644 --- a/sfeed.1 +++ b/sfeed.1 @@ -23,8 +23,8 @@ SPACE character. Control characters are removed. .Pp The content field can contain newlines and these are escaped. -TABs, newlines and '\\' are escaped with '\\', so it becomes: '\\t', '\\n' -and '\\\\'. +TABs, newlines and '\e' are escaped with '\e', so it becomes: '\et', '\en' +and '\e\e'. Other whitespace characters except spaces are removed. Control characters are removed. .Pp -- cgit v1.2.3