aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/p.in
blob: 225da9768429a8767378302a28ea7a082ac4508f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.\" $OpenBSD: p.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt ESC-P 1
.Os
.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