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

Diff for /mandoc/man_macro.c between version 1.77 and 1.78

version 1.77, 2013/11/11 00:37:55 version 1.78, 2013/12/22 13:25:17
Line 432  in_line_eoln(MACRO_PROT_ARGS)
Line 432  in_line_eoln(MACRO_PROT_ARGS)
         }          }
   
         /*          /*
            * Append MAN_EOS in case the last snipped argument
            * ends with a dot, e.g. `.IR syslog (3).'
            */
   
           if (n != man->last &&
               mandoc_eos(man->last->string, strlen(man->last->string), 0))
                   man->last->flags |= MAN_EOS;
   
           /*
          * If no arguments are specified and this is MAN_SCOPED (i.e.,           * If no arguments are specified and this is MAN_SCOPED (i.e.,
          * next-line scoped), then set our mode to indicate that we're           * next-line scoped), then set our mode to indicate that we're
          * waiting for terms to load into our context.           * waiting for terms to load into our context.

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb