From 50f9604d3b055e8ec8c5617c792e62d6e01219a3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 20 Jan 2009 13:44:05 +0000 Subject: Re-merged old port-building routines. --- argv.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'argv.c') diff --git a/argv.c b/argv.c index bd050efb..b9fbb11d 100644 --- a/argv.c +++ b/argv.c @@ -25,9 +25,14 @@ #include "private.h" +/* + * Parse arguments and parameters of macros. Arguments follow the + * syntax of `-arg [val [valN...]]', while parameters are free-form text + * following arguments (if any). This file must correctly handle the + * strange punctuation rules dictated by groff. + */ + /* 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, -- cgit