=================================================================== RCS file: /cvs/mandoc/Attic/argv.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- mandoc/Attic/argv.c 2009/01/19 17:02:58 1.17 +++ mandoc/Attic/argv.c 2009/01/20 12:51:28 1.18 @@ -1,4 +1,4 @@ -/* $Id: argv.c,v 1.17 2009/01/19 17:02:58 kristaps Exp $ */ +/* $Id: argv.c,v 1.18 2009/01/20 12:51:28 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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,