summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 11:05:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 11:05:22 +0000
commite626207b0ab55498eb23b25fee41c504d6be0218 (patch)
tree06576b7dc2628a21f39f8469d202627a553fad26 /mdoc_term.c
parent0aaccad53ac39301c6f465c362365aa638aa67de (diff)
downloadmandoc-e626207b0ab55498eb23b25fee41c504d6be0218.tar.gz
Considerable, wide-ranging improvements to the -Thtml output mode (most especially proper tagging and using `em' instead of `px').
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 868d80e3..c67d4321 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -493,7 +493,7 @@ print_head(DECL_ARGS)
}
-/* TODO: put into util file. */
+/* FIXME: put in utility file for front-ends. */
static size_t
arg_width(const struct mdoc_argv *arg, int pos)
{
@@ -561,6 +561,7 @@ arg_listtype(const struct mdoc_node *n)
}
+/* FIXME: put in utility file for front-ends. */
static size_t
arg_offset(const struct mdoc_argv *arg)
{