+void man_mdoc(void *, const struct roff_man *);
+void man_man(void *, const struct roff_man *);
+
+void *locale_alloc(const struct mchars *,
+ const struct manoutput *);
+void *utf8_alloc(const struct mchars *,
+ const struct manoutput *);
+void *ascii_alloc(const struct mchars *,
+ const struct manoutput *);