[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.1

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

CVSweb