diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:24:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:24:57 +0000 |
commit | 396ee848349c2dbdf6a6a9d1504ccc8691b549ae (patch) | |
tree | a6b50d495a468e54dc7168596a26531e3e73a306 /mdoc_term.c | |
parent | 3887dad3acd2d97b8ea329afe3d54d1b211ea8e4 (diff) | |
download | mandoc-396ee848349c2dbdf6a6a9d1504ccc8691b549ae.tar.gz |
Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -hang, now) and -column is still pending.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index c67d4321..bac7d0f0 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -520,6 +520,7 @@ arg_width(const struct mdoc_argv *arg, int pos) } +/* FIXME: put in utility file for front-ends. */ static int arg_listtype(const struct mdoc_node *n) { |