History log of /openbsd-src/regress/usr.bin/mandoc/man/SH/noarg.out_ascii (Results 1 – 8 of 8)
Revision Date Author Comments
# 6627b331 13-Nov-2023 schwarze <schwarze@openbsd.org>

reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197


# adfb834a 28-Jun-2021 schwarze <schwarze@openbsd.org>

delete the two pairs of extra blank lines from expected man(7) terminal
output that are no longer printed since man_term.c rev. 1.189


# 5d8f5ae1 03-Jun-2017 schwarze <schwarze@openbsd.org>

ignore blank lines in man(7) next line scope;
strange groff edge case behaviour found in multimedia/mjpegtools


# 9d496861 04-Sep-2015 schwarze <schwarze@openbsd.org>

Fill mode changes don't break next-line scope in all cases,
in particular not for tagged paragraphs.
Issue found by Christian Neukirchen <chneukirchen at gmail dot com>
in the exiv2(1) manual page.


# 70bbf5c0 20-Mar-2015 schwarze <schwarze@openbsd.org>

more tests regarding empty header lines


# 2eb2afb2 16-Dec-2014 schwarze <schwarze@openbsd.org>

Explicit block closure macros clobber next-line block head scope,
just like explicit block macros themselves.
Fixing an assertion failure jsg@ found with afl.


# c900c619 26-Aug-2014 schwarze <schwarze@openbsd.org>

inevitable churn caused by the section title change


# 7ee40f33 14-Aug-2014 schwarze <schwarze@openbsd.org>

new regression tests collected during recent work