[BACK]Return to mdoc_argv.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_argv.c between version 1.23 and 1.24

version 1.23, 2009/08/20 08:59:12 version 1.24, 2009/08/20 09:07:24
Line 375  args(struct mdoc *m, int line, int *pos, 
Line 375  args(struct mdoc *m, int line, int *pos, 
         int               i;          int               i;
         char             *p, *pp;          char             *p, *pp;
   
           /*
            * Parse out the terms (like `val' in `.Xx -arg val' or simply
            * `.Xx val'), which can have all sorts of properties:
            *
            *   ARGS_DELIM: use special handling if encountering trailing
            *   delimiters in the form of [[::delim::][ ]+]+.
            *
            *   ARGS_NOWARN: don't post warnings.  This is only used when
            *   re-parsing delimiters, as the warnings have already been
            *   posted.
            *
            *   ARGS_TABSEP: use special handling for tab/`Ta' separated
            *   phrases like in `Bl -column'.
            */
   
         assert(*pos);          assert(*pos);
         assert(' ' != buf[*pos]);          assert(' ' != buf[*pos]);
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb