summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-01-01 13:35:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-01-01 13:35:30 +0000
commit1229fdd9d84784744b71813ed8b0845b20d4f2ee (patch)
tree910fe16abd594a977f7582d13da64db5dab06b4c /mdoc_term.c
parent47413dce678dda2ae975720bf472a4a00ecde62a (diff)
downloadmandoc-1229fdd9d84784744b71813ed8b0845b20d4f2ee.tar.gz
Documented `Fl' in mdoc.7.
Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 82d32adc..6127a0d9 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1019,16 +1019,6 @@ termp_fl_pre(DECL_ARGS)
{
term_fontpush(p, TERMFONT_BOLD);
-
- /* A zero-length child shouldn't get a dash. */
-
- if (n->child) {
- assert(MDOC_TEXT == n->child->type);
- assert(n->child->string);
- if ('\0' == *n->child->string)
- return(0);
- }
-
term_word(p, "\\-");
/* A blank `Fl' should incur a subsequent space. */