=================================================================== RCS file: /cvs/mandoc/Attic/mdoc_action.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/Attic/mdoc_action.c 2009/07/06 13:04:52 1.23 +++ mandoc/Attic/mdoc_action.c 2009/07/07 11:47:17 1.24 @@ -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);