summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c3
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);