summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/macro.c b/macro.c
index 36853680..6126a485 100644
--- a/macro.c
+++ b/macro.c
@@ -796,6 +796,8 @@ macro_text(MACRO_PROT_ARGS)
return(0);
}
+ /* FIXME: .Fl and .Ar handling of `|'. */
+
if (ARGS_QWORD != w && mdoc_isdelim(p)) {
if (0 == lastpunct && ! rewind_elem(mdoc, tok)) {
mdoc_argv_free(argc, argv);