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

Annotation of mandoc/regress/man/IP/empty.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: empty.in,v 1.3 2020/03/13 00:31:05 schwarze Exp $
1.2       schwarze    2: .TH IP-EMPTY 1 "July 17, 2012"
1.1       schwarze    3: .SH NAME
                      4: IP-empty \- empty indented paragraphs
                      5: .SH DESCRIPTION
1.3     ! schwarze    6: BEGINTEST
1.1       schwarze    7: regular
                      8: text
                      9: .IP
                     10: indented
                     11: text
                     12: .PP
                     13: Empty IP is deleted:
                     14: .IP
                     15: .IP tag1 10n
                     16: .IP tag2
                     17: indented
                     18: text
                     19: .PP
                     20: Empty IP is deleted, RS does not cause additional spacing:
                     21: .IP
                     22: .RS
                     23: .IP tag
                     24: indented
                     25: text
                     26: .RE
                     27: regular
                     28: text
1.3     ! schwarze   29: ENDTEST

CVSweb