[BACK]Return to roff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.c between version 1.111 and 1.112

version 1.111, 2014/11/19 01:20:18 version 1.112, 2014/12/15 23:42:31
Line 1256 
Line 1256 
                 wanttrue = 1;                  wanttrue = 1;
   
         switch (v[*pos]) {          switch (v[*pos]) {
           case '\0':
                   return(0);
         case 'n':          case 'n':
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case 'o':          case 'o':

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112