From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/man/RS/literal.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 regress/man/RS/literal.in (limited to 'regress/man/RS/literal.in') diff --git a/regress/man/RS/literal.in b/regress/man/RS/literal.in new file mode 100644 index 00000000..bd57c610 --- /dev/null +++ b/regress/man/RS/literal.in @@ -0,0 +1,18 @@ +.TH RS-LITERAL 1 "January 5, 2013" OpenBSD +.SH NAME +RS-literal \- indented literal text +.SH DESCRIPTION +regular +text +.nf +literal +text +.RS +This is a short line. +This is a very long line that would wrap if it weren't in literal context. +.RE +.PP +literal text +.fi +regular +text -- cgit