check_text
check_text(man, n);
static void check_text(CHKARGS);
check_text(mdoc, n->line, n->pos, n->string);
check_text(mdoc, v->line, v->pos, v->value[i]);
static void check_text(struct roff_man *, int, int, char *);