summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 20:13:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 20:13:06 +0000
commit253af51ade9f0c1525a5f7f3ac3c074524a1b7c3 (patch)
treef83d14970fe29b701b6847f69d11c28cfa4db1a6 /macro.c
parent2df248c6ce60c428883b2fa11fdde63dd091d8a4 (diff)
downloadmandoc-253af51ade9f0c1525a5f7f3ac3c074524a1b7c3.tar.gz
More fixes (hard-escapes, etc.).
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);