summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/argv.c b/argv.c
index 87631712..5a34ff1b 100644
--- a/argv.c
+++ b/argv.c
@@ -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)];