[BACK]Return to p.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Annotation of mandoc/regress/roff/esc/p.in, Revision 1.1

1.1     ! schwarze    1: .Dd June 14, 2017
        !             2: .Dt ESC-P 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm esc-p
        !             6: .Nd line break escape sequence
        !             7: .Sh DESCRIPTION
        !             8: no blank: line one\pline two
        !             9: .Pp
        !            10: blank after esc: line one\p line two
        !            11: .Pp
        !            12: blank before esc: line one \pline two
        !            13: .Pp
        !            14: at eol: line one\p
        !            15: line two

CVSweb