version 1.138, 2023/04/28 19:11:04 |
version 1.139, 2025/01/24 22:37:24 |
|
|
/* $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); |