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 51e3d897..3c38ced7 100644
--- a/roff_escape.c
+++ b/roff_escape.c
@@ -158,6 +158,7 @@ roff_escape(const char *buf, const int ln, const int aesc,
case '$':
case '*':
case 'V':
+ case 'g':
case 'n':
rval = ESCAPE_EXPAND;
break;
@@ -165,7 +166,6 @@ roff_escape(const char *buf, const int ln, const int aesc,
case 'M':
case 'O':
case 'Y':
- case 'g':
case 'k':
case 'm':
rval = ESCAPE_IGNORE;