summaryrefslogtreecommitdiffstatshomepage
path: root/argv.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 19:06:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 19:06:03 +0000
commit666edb2f0564799fac2ef0a2bf2587146bc11593 (patch)
treead3404370959ba1e5bb1005d2205641fc1b5bc22 /argv.c
parent1afd14360246a3a49ced3c53ac6fae48ece8a0dc (diff)
downloadmandoc-666edb2f0564799fac2ef0a2bf2587146bc11593.tar.gz
mandoc-666edb2f0564799fac2ef0a2bf2587146bc11593.tar.zst
mandoc-666edb2f0564799fac2ef0a2bf2587146bc11593.zip
*** empty log message ***
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/argv.c b/argv.c
index 8a4c6a9b..3f491883 100644
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.3 2008/12/30 13:43:53 kristaps Exp $ */
+/* $Id: argv.c,v 1.4 2008/12/30 19:06:03 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -98,10 +98,8 @@ mdoc_args(struct mdoc *mdoc, int tok, int *pos, char *buf, int fl, char **v)
/*
* If we're a quoted string (and quoted strings are allowed),
* then parse ahead to the next quote. If none's found, it's an
- * error. After, parse to the next word. We're not allowed to
- * also be DELIM requests (for now).
+ * error. After, parse to the next word.
*/
- assert( ! (fl & ARGS_DELIM));
*v = &buf[++(*pos)];