[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / mc

File: [cvsweb.bsd.lv] / mandoc / regress / roff / mc / Makefile (download)

Revision 1.1, Thu Apr 28 16:21:12 2022 UTC (2 years ago) by schwarze
Branch: MAIN
CVS Tags: HEAD

The syntax of the roff(7) .mc request is quite special
and the roff_onearg() parsing function is too generic,
so provide a dedicated parsing function instead.

This fixes an assertion failure when an \o escape sequence is
passed as the argument; the bug was found by tb@ using afl(1).
It also makes mandoc output more similar to groff in various cases.

# $OpenBSD: Makefile,v 1.1 2022/04/28 16:16:46 schwarze Exp $

REGRESS_TARGETS	 = args
LINT_TARGETS	 = args

.include <bsd.regress.mk>