diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-07 11:47:17 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-07 11:47:17 +0000 |
commit | 3b3fe038a3f8e844db507331706e75a2fbab0d87 (patch) | |
tree | 612180dd4afb8d0b3cb5cc421bd8b180a02ab267 /mdoc_action.c | |
parent | 46333ce833349b3542096c725c78ada3ca4b2811 (diff) | |
download | mandoc-3b3fe038a3f8e844db507331706e75a2fbab0d87.tar.gz |
Made `In' handling work in new-groff style (see mdoc.samples).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r-- | mdoc_action.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c index 8d36635e..3babc5d1 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -665,7 +665,8 @@ post_lk(POST_ARGS) n = m->last; m->next = MDOC_NEXT_CHILD; - /* FIXME: this isn't documented anywhere! */ + + /* XXX: this isn't documented anywhere! */ if ( ! mdoc_word_alloc(m, m->last->line, m->last->pos, "~")) return(0); |