From e1bf3bf587b34455d988dd2fdde351e2e04ba3bf Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 7 Jul 2009 11:47:17 +0000 Subject: Made `In' handling work in new-groff style (see mdoc.samples). --- mdoc_action.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mdoc_action.c') diff --git a/mdoc_action.c b/mdoc_action.c index f02716ba..438b6752 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_action.c,v 1.23 2009/07/06 13:04:52 kristaps Exp $ */ +/* $Id: mdoc_action.c,v 1.24 2009/07/07 11:47:17 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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); -- cgit v1.2.3-56-ge451