summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 52d770b8..e9fd55ff 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.66 2009/08/10 10:09:51 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.67 2009/08/19 14:45:56 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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) {