From ce8e06ce02737ebb402f37a38adfe9b853419e30 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 15 Apr 2013 19:20:51 -0400 Subject: [PATCH] r2e.1: Properly escape an ellipsis in the sample configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Following the example from nroff.1, which uses: .RI [ file\~ .\|.\|.] For reasons that I haven't bothered to track down, the ellipsis isn't rendered correctly when it occurs at the beginning of a line (even with the `\|` separators). After adding some leading whitespace, everything seems to be working fine. Reported-by: Matěj Cepl Signed-off-by: W. Trevor King --- r2e.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2e.1 b/r2e.1 index b9bf620..19da700 100644 --- a/r2e.1 +++ b/r2e.1 @@ -125,7 +125,7 @@ from = user@rss2email.invalid force-from = False use-publisher-email = False friendly-name = True -... + .\|.\|. verbose = warning [feed.feedname] -- 2.26.2