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

Diff for /mandoc/mandoc.c between version 1.109 and 1.110

version 1.109, 2018/12/14 05:18:02 version 1.110, 2018/12/14 06:33:14
Line 401  mandoc_escape(const char **end, const char **start, in
Line 401  mandoc_escape(const char **end, const char **start, in
  * or to the NUL byte terminating the argument line.   * or to the NUL byte terminating the argument line.
  */   */
 char *  char *
 mandoc_getarg(struct mparse *parse, char **cpp, int ln, int *pos)  mandoc_getarg(char **cpp, int ln, int *pos)
 {  {
         char     *start, *cp;          char     *start, *cp;
         int       quoted, pairs, white;          int       quoted, pairs, white;

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

CVSweb