summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index 9840cff4..c2ea7d49 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -82,6 +82,7 @@ static const struct man_macro man_macros[MAN_MAX - MAN_TH] = {
{ blk_close, MAN_XSCOPE }, /* UE */
{ blk_exp, MAN_XSCOPE }, /* MT */
{ blk_close, MAN_XSCOPE }, /* ME */
+ { in_line_eoln, 0 }, /* MR */
};