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

Diff for /mandoc/man.c between version 1.117 and 1.118

version 1.117, 2012/06/12 20:21:04 version 1.118, 2012/07/14 10:47:07
Line 435  man_ptext(struct man *m, int line, char *buf, int offs
Line 435  man_ptext(struct man *m, int line, char *buf, int offs
   
         if ('\0' == buf[i]) {          if ('\0' == buf[i]) {
                 /* Allocate a blank entry. */                  /* Allocate a blank entry. */
                 if ( ! man_word_alloc(m, line, offs, ""))                  if ( ! man_elem_alloc(m, line, offs, MAN_sp))
                         return(0);                          return(0);
                 return(man_descope(m, line, offs));                  m->next = MAN_NEXT_SIBLING;
                   return(1);
         }          }
   
         /*          /*

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb