aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff_escape.c')
-rw-r--r--roff_escape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff_escape.c b/roff_escape.c
index 1b5dc640..fb7b92ed 100644
--- a/roff_escape.c
+++ b/roff_escape.c
@@ -103,6 +103,7 @@ roff_escape(const char *buf, const int ln, const int aesc,
case '!':
case '?':
+ case 'r':
rval = ESCAPE_UNSUPP;
goto out;
@@ -114,7 +115,6 @@ roff_escape(const char *buf, const int ln, const int aesc,
case '^':
case 'a':
case 'd':
- case 'r':
case 't':
case 'u':
case '{':