[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.138 and 1.139

version 1.138, 2023/04/28 19:11:04 version 1.139, 2025/01/24 22:37:24
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2011-2021 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011-2021, 2025 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 795  post_percent(DECL_ARGS)
Line 795  post_percent(DECL_ARGS)
   
         if (mdoc_man_act(n->tok)->pre == pre_em)          if (mdoc_man_act(n->tok)->pre == pre_em)
                 font_pop();                  font_pop();
   
           if (n->parent == NULL || n->parent->tok != MDOC_Rs)
                   return;
   
         if ((nn = roff_node_next(n)) != NULL) {          if ((nn = roff_node_next(n)) != NULL) {
                 np = roff_node_prev(n);                  np = roff_node_prev(n);

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

CVSweb