aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 9530319..25e9c5c 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1641,7 +1641,7 @@ proc_texi_buffer (FILE *fp, const char *line, size_t len,
cond_parse_dash = 0;
}
else if (*s == '\\')
- writestr ("\\\\", "\\\\", fp);
+ writestr ("\\[rs]", "\\\\", fp);
else if (cond_parse_dash == 1 && sect && *s == '-')
/* Handle -- and --- when it's _not_ in an argument. */
{