]> git.cameronkatri.com Git - mandoc.git/blobdiff - argv.c
Re-merged old port-building routines.
[mandoc.git] / argv.c
diff --git a/argv.c b/argv.c
index 40a4d12f01c53a00c39e4f2d7014a7484985b675..b7b4f8e00eb1121345467633c55a666aa2830d34 100644 (file)
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.19 2009/01/20 13:05:28 kristaps Exp $ */
+/* $Id: argv.c,v 1.20 2009/01/20 13:44:05 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
 
 #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,