[BACK]Return to roff.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.h between version 1.36 and 1.37

version 1.36, 2017/06/14 22:50:37 version 1.37, 2017/06/17 22:40:27
Line 534 
Line 534 
         char             *name;    /* Leading manual name. */          char             *name;    /* Leading manual name. */
         char             *date;    /* Normalized date. */          char             *date;    /* Normalized date. */
         int               hasbody; /* Document is not empty. */          int               hasbody; /* Document is not empty. */
           int               rcsids;  /* Bits indexed by enum mdoc_os. */
         enum mdoc_os      os_e;    /* Operating system. */          enum mdoc_os      os_e;    /* Operating system. */
 };  };
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37