summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_term.c4
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) {