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

Diff for /mandoc/mdoc_man.c between version 1.140 and 1.141

version 1.140, 2025/07/01 16:39:19 version 1.141, 2025/07/02 19:57:48
Line 494  print_offs(const char *v, int keywords)
Line 494  print_offs(const char *v, int keywords)
         const char       *end;          const char       *end;
         int               sz;          int               sz;
   
           outflags &= ~MMAN_PP;
         print_line(".RS", MMAN_Bk_susp);          print_line(".RS", MMAN_Bk_susp);
   
         /* Convert v into a number (of characters). */          /* Convert v into a number (of characters). */

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

CVSweb