From: W. Trevor King Date: Mon, 15 Apr 2013 23:20:51 +0000 (-0400) Subject: r2e.1: Properly escape an ellipsis in the sample configuration X-Git-Tag: v3.4~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce8e06ce02737ebb402f37a38adfe9b853419e30;p=rss2email.git r2e.1: Properly escape an ellipsis in the sample configuration 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 --- 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]