r2e.1: Properly escape an ellipsis in the sample configuration
authorW. Trevor King <wking@tremily.us>
Mon, 15 Apr 2013 23:20:51 +0000 (19:20 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 15 Apr 2013 23:20:51 +0000 (19:20 -0400)
commitce8e06ce02737ebb402f37a38adfe9b853419e30
tree918018985243b7c047e833a6ecb23b465cfee020
parent1ad6e9a1c6a6a6cae3da2fe47d4a0fb1b6afeba2
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 <mcepl@redhat.com>
Signed-off-by: W. Trevor King <wking@tremily.us>
r2e.1