]> git.cameronkatri.com Git - mandoc.git/commit
The .AT, .DT, and .UC macros are allowed inside next-line scope
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 27 Apr 2022 17:11:24 +0000 (17:11 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 27 Apr 2022 17:11:24 +0000 (17:11 +0000)
commit25152678ffdb7653b13569fefe86cb617d1e0532
tree1f9326ddff3c4d06bed8e2611e7641684809c322
parent3d43838424a8548b9c4ffe76ae65e482bfa44346
The .AT, .DT, and .UC macros are allowed inside next-line scope
and never produce output at the place of their invocation.

Minibugs found while investigating unrelated afl(1) reports from tb@.
12 files changed:
man_macro.c
man_term.c
regress/man/AT/Makefile [new file with mode: 0644]
regress/man/AT/basic.in [new file with mode: 0644]
regress/man/AT/basic.out_ascii [new file with mode: 0644]
regress/man/DT/Makefile [new file with mode: 0644]
regress/man/DT/basic.in [new file with mode: 0644]
regress/man/DT/basic.out_ascii [new file with mode: 0644]
regress/man/Makefile
regress/man/UC/Makefile [new file with mode: 0644]
regress/man/UC/basic.in [new file with mode: 0644]
regress/man/UC/basic.out_ascii [new file with mode: 0644]