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

Diff for /mandoc/mdoc_term.c between version 1.94 and 1.95

version 1.94, 2009/10/22 18:55:32 version 1.95, 2009/10/24 05:52:14
Line 236  static const struct termact termacts[MDOC_MAX] = {
Line 236  static const struct termact termacts[MDOC_MAX] = {
         { NULL, termp____post }, /* %Q */          { NULL, termp____post }, /* %Q */
         { termp_sp_pre, NULL }, /* br */          { termp_sp_pre, NULL }, /* br */
         { termp_sp_pre, NULL }, /* sp */          { termp_sp_pre, NULL }, /* sp */
           { NULL, termp____post }, /* %U */
 };  };
   
 #ifdef __linux__  #ifdef __linux__
Line 2005  termp_ap_pre(DECL_ARGS)
Line 2006  termp_ap_pre(DECL_ARGS)
 static void  static void
 termp____post(DECL_ARGS)  termp____post(DECL_ARGS)
 {  {
   
           /* TODO: %U. */
   
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;
         switch (n->tok) {          switch (n->tok) {

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

CVSweb