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

Diff for /mandoc/term.c between version 1.35 and 1.36

version 1.35, 2009/03/02 17:14:46 version 1.36, 2009/03/02 17:29:16
Line 30 
Line 30 
  * post-fix operations are defined here.   * post-fix operations are defined here.
  */   */
   
 /* FIXME: indent/tab. */  
 /* FIXME: macro arguments can be escaped. */  /* FIXME: macro arguments can be escaped. */
   
 #define TTYPE_PROG        0  #define TTYPE_PROG        0
Line 58 
Line 57 
  * executable names.  This is useful when multiple macros must decorate   * executable names.  This is useful when multiple macros must decorate
  * the same thing (like .Ex -std cmd and .Nm cmd).   * the same thing (like .Ex -std cmd and .Nm cmd).
  */   */
   
   /* TODO: abstract this into mdocterm.c. */
   
 const   int ttypes[TTYPE_NMAX] = {  const   int ttypes[TTYPE_NMAX] = {
         TERMP_BOLD,             /* TTYPE_PROG */          TERMP_BOLD,             /* TTYPE_PROG */

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

CVSweb