CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/09 14:29:17
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and
`Brq') to have zero arguments without warning. This makes sense because
the multi-line quote macros (`Oo/Oc' etc.) allow zero children anyway.
Furthermore, the documentation doesn't state that they're required to
have children.
Reported by Alex Kozlov, patch from krist...@.
