mdoc_man.c (6d38604fc532a3fc060788e3ce40464b46047eaf) mdoc_man.c (c1c95add8c80843ba15d784f95c361d795b1f593)
1/* $Id: mdoc_man.c,v 1.137 2021/07/04 15:38:26 schwarze Exp $ */
1/* $Id: mdoc_man.c,v 1.138 2023/04/28 19:11:04 schwarze Exp $ */
2/*
3 * Copyright (c) 2011-2021 Ingo Schwarze <schwarze@openbsd.org>
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 1503 unchanged lines hidden (view full) ---

1513 return;
1514
1515 /* Restore the indentation of the enclosing list. */
1516 print_line(".RS", MMAN_Bk_susp);
1517 (void)snprintf(buf, sizeof(buf), "%dn",
1518 Bl_stack[Bl_stack_len - 1]);
1519 print_word(buf);
1520
2/*
3 * Copyright (c) 2011-2021 Ingo Schwarze <schwarze@openbsd.org>
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 1503 unchanged lines hidden (view full) ---

1513 return;
1514
1515 /* Restore the indentation of the enclosing list. */
1516 print_line(".RS", MMAN_Bk_susp);
1517 (void)snprintf(buf, sizeof(buf), "%dn",
1518 Bl_stack[Bl_stack_len - 1]);
1519 print_word(buf);
1520
1521 /* Remeber to close out this .RS block later. */
1521 /* Remember to close out this .RS block later. */
1522 Bl_stack_post[Bl_stack_len - 1] = 1;
1523}
1524
1525static void
1526post_it(DECL_ARGS)
1527{
1528 const struct roff_node *bln;
1529

--- 321 unchanged lines hidden ---
1522 Bl_stack_post[Bl_stack_len - 1] = 1;
1523}
1524
1525static void
1526post_it(DECL_ARGS)
1527{
1528 const struct roff_node *bln;
1529

--- 321 unchanged lines hidden ---