aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/undef.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-281-4/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-091-0/+21
the previous commit for strings and macros, only technically simpler. Desired behaviour also mentioned by Werner Lemberg in 2011. This diff adds functionality but is -21 +19 LOC. :-)