[BACK]Return to literal.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / RS

Annotation of mandoc/regress/man/RS/literal.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: literal.in,v 1.3 2019/01/05 20:00:33 schwarze Exp $
        !             2: .TH RS-LITERAL 1 "January 5, 2019"
1.1       schwarze    3: .SH NAME
                      4: RS-literal \- indented literal text
                      5: .SH DESCRIPTION
1.3     ! schwarze    6: BEGINTEST
        !             7: .br
        !             8: initial
1.1       schwarze    9: regular
                     10: text
                     11: .nf
1.3     ! schwarze   12: literal text
        !            13: before display
1.1       schwarze   14: .RS
                     15: This is a short line.
                     16: This is a very long line that would wrap if it weren't in literal context.
                     17: .RE
                     18: literal text
1.3     ! schwarze   19: after display
1.1       schwarze   20: .fi
1.3     ! schwarze   21: final
1.1       schwarze   22: regular
                     23: text
1.3     ! schwarze   24: .br
        !            25: ENDTEST
        !            26: .br
        !            27: end of file

CVSweb