-/* $Id: mdoc.c,v 1.97 2009/07/29 08:46:06 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.99 2009/08/13 11:43:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
/* Empty lines are ignored. */
+ /* FIXME: this can accept `. xx' like libman! */
+
if (0 == buf[1])
return(1);
while (buf[i] && ' ' == buf[i])
i++;
- /* Begin recursive parse sequence. */
-
+ /*
+ * Begin recursive parse sequence. Since we're at the start of
+ * the line, we don't need to do callable/parseable checks.
+ */
if ( ! mdoc_macro(m, c, ln, 1, &i, buf))
goto err;