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

Diff for /mandoc/term.c between version 1.12 and 1.13

version 1.12, 2009/02/23 15:19:47 version 1.13, 2009/02/24 13:46:54
Line 1054  termp_sq_pre(DECL_ARGS)
Line 1054  termp_sq_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);
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb