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

Diff for /mandoc/eqn_term.c between version 1.17 and 1.18

version 1.17, 2017/08/23 21:56:20 version 1.18, 2018/10/02 12:18:33
Line 106  eqn_box(struct termp *p, const struct eqn_box *bp)
Line 106  eqn_box(struct termp *p, const struct eqn_box *bp)
         /* Special box types. */          /* Special box types. */
   
         if (bp->pos == EQNPOS_SQRT) {          if (bp->pos == EQNPOS_SQRT) {
                 term_word(p, "sqrt");                  term_word(p, "\\(sr");
                 if (bp->first != NULL) {                  if (bp->first != NULL) {
                         p->flags |= TERMP_NOSPACE;                          p->flags |= TERMP_NOSPACE;
                         eqn_box(p, bp->first);                          eqn_box(p, bp->first);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb