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/PP/empty.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/man/PP/empty.in (limited to 'regress/man/PP/empty.in') diff --git a/regress/man/PP/empty.in b/regress/man/PP/empty.in new file mode 100644 index 00000000..a6ac538f --- /dev/null +++ b/regress/man/PP/empty.in @@ -0,0 +1,15 @@ +.TH PP-EMPTY 1 "May 24, 2010" OpenBSD +.SH NAME +PP-empty \- handling of empty paragraphs +.SH DESCRIPTION +.PP +empty PP between two PPs: +.PP +.PP +empty PP between PP and IP: +.PP +.IP head +empty PP between IP and PP: +.PP +.PP +the end -- cgit