From 309a80562f7c43b81a190188a3f46c2509dd0c26 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 14 Jun 2017 01:31:26 +0000 Subject: implement the roff(7) \p (break output line) escape sequence --- regress/roff/esc/p.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/roff/esc/p.in (limited to 'regress/roff/esc/p.in') diff --git a/regress/roff/esc/p.in b/regress/roff/esc/p.in new file mode 100644 index 00000000..b94ab13a --- /dev/null +++ b/regress/roff/esc/p.in @@ -0,0 +1,15 @@ +.Dd June 14, 2017 +.Dt ESC-P 1 +.Os OpenBSD +.Sh NAME +.Nm esc-p +.Nd line break escape sequence +.Sh DESCRIPTION +no blank: line one\pline two +.Pp +blank after esc: line one\p line two +.Pp +blank before esc: line one \pline two +.Pp +at eol: line one\p +line two -- cgit