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

Annotation of mandoc/regress/roff/ig/basic.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt IG-BASIC 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm ig-basic
                      7: .Nd ignored blocks
                      8: .Sh DESCRIPTION
                      9: no arguments
                     10: .ig
                     11: ignored text
                     12: ..
                     13: .br
                     14: with end marker
                     15: .ig end1
                     16: ignored text
                     17: .end1
                     18: .br
                     19: with two arguments
                     20: .ig end2 excess
                     21: ignored text
                     22: .end2
                     23: .br
                     24: Here is a stray .. block ending,
                     25: ..
                     26: and then an .ig staying open until the end of the file:
                     27: .ig
                     28: ignored text

CVSweb