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

Diff for /mandoc/mandoc.c between version 1.71 and 1.72

version 1.71, 2013/12/25 00:50:05 version 1.72, 2013/12/25 22:45:33
Line 102  mandoc_escape(const char const **end, const char const
Line 102  mandoc_escape(const char const **end, const char const
                 break;                  break;
   
         /*          /*
            * Escapes taking no arguments at all.
            */
           case ('d'):
                   /* FALLTHROUGH */
           case ('u'):
                   return(ESCAPE_IGNORE);
   
           /*
          * The \z escape is supposed to output the following           * The \z escape is supposed to output the following
          * character without advancing the cursor position.           * character without advancing the cursor position.
          * Since we are mostly dealing with terminal mode,           * Since we are mostly dealing with terminal mode,

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb