summaryrefslogtreecommitdiffstatshomepage
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
commite0d2e7718ee2ff22dc280917644a7a2d6d402ca2 (patch)
tree756d636f92cbe42e6bd8489a48b49950590febdb /mdoc_term.c
parentf107b39c6cc077d0158c0a04a0a6e83e5608da90 (diff)
downloadmandoc-e0d2e7718ee2ff22dc280917644a7a2d6d402ca2.tar.gz
mandoc-e0d2e7718ee2ff22dc280917644a7a2d6d402ca2.tar.zst
mandoc-e0d2e7718ee2ff22dc280917644a7a2d6d402ca2.zip
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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 14fb1c9f..2caf4a70 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.71 2009/09/17 13:17:30 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.72 2009/09/20 11:05:22 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)
{