summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 12:51:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 12:51:28 +0000
commitff707aa645312b3a39818f27c27f11dc06eca2d6 (patch)
treec6f5e809ed79a338048fc6ce2c1e6549493c33f3 /argv.c
parent850e4d98238e14f001698386740f660b1d4ea2df (diff)
downloadmandoc-ff707aa645312b3a39818f27c27f11dc06eca2d6.tar.gz
Moved prologue-pruning into action.c.
Added line-arg softmax.
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.c b/argv.c
index 9c37bf2c..b0a33c13 100644
--- a/argv.c
+++ b/argv.c
@@ -25,8 +25,9 @@
#include "private.h"
-
/* FIXME: .It called with -column and quoted arguments. */
+/* FIXME: if arguments are quoted, they should not be later parsed for
+ * macros. */
static int lookup(int, const char *);
static int parse(struct mdoc *, int,