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

Diff for /mandoc/Attic/termact.c between version 1.2 and 1.3

version 1.2, 2009/02/21 21:00:06 version 1.3, 2009/02/22 11:23:19
Line 618  termp_aq_pre(DECL_ARGS)
Line 618  termp_aq_pre(DECL_ARGS)
   
         if (MDOC_BODY != node->type)          if (MDOC_BODY != node->type)
                 return(1);                  return(1);
         word(p, "\\<");          word(p, "<");
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;
         return(1);          return(1);
 }  }
Line 632  termp_aq_post(DECL_ARGS)
Line 632  termp_aq_post(DECL_ARGS)
         if (MDOC_BODY != node->type)          if (MDOC_BODY != node->type)
                 return;                  return;
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;
         word(p, "\\>");          word(p, ">");
 }  }
   
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb