[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.88 and 1.89

version 1.88, 2013/12/22 14:06:36 version 1.89, 2013/12/25 00:50:05
Line 536  args(struct mdoc *mdoc, int line, int *pos, 
Line 536  args(struct mdoc *mdoc, int line, int *pos, 
                         /* Skip ahead. */ ;                          /* Skip ahead. */ ;
   
                 return(rc);                  return(rc);
         }          }
   
         /*          /*
          * Process a quoted literal.  A quote begins with a double-quote           * Process a quoted literal.  A quote begins with a double-quote
          * and ends with a double-quote NOT preceded by a double-quote.           * and ends with a double-quote NOT preceded by a double-quote.
          * Null-terminate the literal in place.           * NUL-terminate the literal in place.
          * Collapse pairs of quotes inside quoted literals.           * Collapse pairs of quotes inside quoted literals.
          * Whitespace is NOT involved in literal termination.           * Whitespace is NOT involved in literal termination.
          */           */

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

CVSweb