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/IP/empty.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 regress/man/IP/empty.in (limited to 'regress/man/IP/empty.in') diff --git a/regress/man/IP/empty.in b/regress/man/IP/empty.in new file mode 100644 index 00000000..42afeefa --- /dev/null +++ b/regress/man/IP/empty.in @@ -0,0 +1,26 @@ +.TH IP-EMPTY 1 "July 17, 2012" OpenBSD +.SH NAME +IP-empty \- empty indented paragraphs +.SH DESCRIPTION +regular +text +.IP +indented +text +.PP +Empty IP is deleted: +.IP +.IP tag1 10n +.IP tag2 +indented +text +.PP +Empty IP is deleted, RS does not cause additional spacing: +.IP +.RS +.IP tag +indented +text +.RE +regular +text -- cgit