[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.139 and 1.141

version 1.139, 2025/01/24 22:37:24 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). */
Line 1616  pre_lk(DECL_ARGS)
Line 1617  pre_lk(DECL_ARGS)
         }          }
   
         /* Link target. */          /* Link target. */
         font_push('B');  
         print_word(link->string);          print_word(link->string);
         font_pop();  
   
         /* Trailing punctuation. */          /* Trailing punctuation. */
         while (punct != NULL) {          while (punct != NULL) {

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

CVSweb