summaryrefslogtreecommitdiffstats
path: root/termact.c
diff options
context:
space:
mode:
Diffstat (limited to 'termact.c')
-rw-r--r--termact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/termact.c b/termact.c
index 12666bbe..845dc56c 100644
--- a/termact.c
+++ b/termact.c
@@ -618,7 +618,7 @@ termp_aq_pre(DECL_ARGS)
if (MDOC_BODY != node->type)
return(1);
- word(p, "\\<");
+ word(p, "<");
p->flags |= TERMP_NOSPACE;
return(1);
}
@@ -632,7 +632,7 @@ termp_aq_post(DECL_ARGS)
if (MDOC_BODY != node->type)
return;
p->flags |= TERMP_NOSPACE;
- word(p, "\\>");
+ word(p, ">");
}