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

Diff for /mandoc/mandoc.h between version 1.219 and 1.220

version 1.219, 2017/06/01 15:25:39 version 1.220, 2017/06/01 19:05:37
Line 411  enum mandoc_esc {
Line 411  enum mandoc_esc {
         ESCAPE_NUMBERED, /* a numbered glyph */          ESCAPE_NUMBERED, /* a numbered glyph */
         ESCAPE_UNICODE, /* a unicode codepoint */          ESCAPE_UNICODE, /* a unicode codepoint */
         ESCAPE_NOSPACE, /* suppress space if the last on a line */          ESCAPE_NOSPACE, /* suppress space if the last on a line */
           ESCAPE_HORIZ, /* horizontal movement */
         ESCAPE_SKIPCHAR, /* skip the next character */          ESCAPE_SKIPCHAR, /* skip the next character */
         ESCAPE_OVERSTRIKE /* overstrike all chars in the argument */          ESCAPE_OVERSTRIKE /* overstrike all chars in the argument */
 };  };

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

CVSweb