=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_man.c,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- src/usr.bin/mandoc/mdoc_man.c 2020/02/20 00:29:10 1.132 +++ src/usr.bin/mandoc/mdoc_man.c 2020/02/20 22:55:10 1.133 @@ -1,6 +1,6 @@ -/* $OpenBSD: mdoc_man.c,v 1.132 2020/02/20 00:29:10 schwarze Exp $ */ +/* $OpenBSD: mdoc_man.c,v 1.133 2020/02/20 22:55:10 schwarze Exp $ */ /* - * Copyright (c) 2011-2019 Ingo Schwarze + * Copyright (c) 2011-2020 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -581,9 +581,9 @@ /* Set up the current list. */ if (chsz > sz && bl->type != LIST_tag) - print_block(".HP", 0); + print_block(".HP", MMAN_spc); else { - print_block(".TP", 0); + print_block(".TP", MMAN_spc); remain = sz + 2; } if (numeric) {