From ff9971487e60c2e6e8f7858745eea6520b1c0aa5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 02:06:19 +0000 Subject: Move handling of the roff(7) .ft request from the man(7) modules to the new roff(7) modules. As a side effect, mdoc(7) now handles .ft, too. Of course, do not use that. --- regress/roff/ft/badargs-mdoc.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 regress/roff/ft/badargs-mdoc.in (limited to 'regress/roff/ft/badargs-mdoc.in') diff --git a/regress/roff/ft/badargs-mdoc.in b/regress/roff/ft/badargs-mdoc.in new file mode 100644 index 00000000..06f463b5 --- /dev/null +++ b/regress/roff/ft/badargs-mdoc.in @@ -0,0 +1,18 @@ +.Dd May 5, 2017 +.Dt FT-BADARGS-MDOC 1 +.Os OpenBSD +.Sh NAME +.Nm ft-badargs-mdoc +.Nd font request with bad arguments +.Sh DESCRIPTION +default font +.ft B +bold +.ft foo +still bold +.ft I bogus +italic +.ft P +back to bold +.ft +back to italic -- cgit