summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 66fd6c3e..d27a2bd2 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -294,7 +294,8 @@ blk_exp(MACRO_PROT_ARGS)
char *p;
int la;
- rew_scope(man, tok);
+ if (tok == MAN_RS)
+ rew_scope(man, tok);
roff_block_alloc(man, line, ppos, tok);
head = roff_head_alloc(man, line, ppos, tok);