diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:45:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:45:56 +0000 |
commit | 077b83403c555a1a2160ae7dfb7439e5ae84c96d (patch) | |
tree | 88b619df4746d4f876c780b28543d5bd8f5c6b36 /mdoc_term.c | |
parent | 23b89c6bbd8084c6999128bce4a87442a2551f90 (diff) | |
download | mandoc-077b83403c555a1a2160ae7dfb7439e5ae84c96d.tar.gz |
More already-fixed FIXMEs.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 3255b966..790920ae 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -29,8 +29,6 @@ #define INDENT 5 #define HALFINDENT 3 -/* FIXME: macro arguments can be escaped. */ - #define TTYPE_PROG 0 #define TTYPE_CMD_FLAG 1 #define TTYPE_CMD_ARG 2 @@ -823,7 +821,7 @@ termp_it_pre(DECL_ARGS) /* * List-type can override the width in the case of fixed-head * values (bullet, dash/hyphen, enum). Tags need a non-zero - * offset. FIXME: double-check that correct. + * offset. */ switch (type) { |