=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -p -r1.54 -r1.55 --- mandoc/Attic/macro.c 2009/02/27 09:39:40 1.54 +++ mandoc/Attic/macro.c 2009/02/28 20:13:06 1.55 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.54 2009/02/27 09:39:40 kristaps Exp $ */ +/* $Id: macro.c,v 1.55 2009/02/28 20:13:06 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -795,6 +795,8 @@ macro_text(MACRO_PROT_ARGS) mdoc_argv_free(argc, argv); return(0); } + + /* FIXME: .Fl and .Ar handling of `|'. */ if (ARGS_QWORD != w && mdoc_isdelim(p)) { if (0 == lastpunct && ! rewind_elem(mdoc, tok)) {