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

Annotation of mandoc/regress/roff/cond/string.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: string.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
        !             2: .TH STRING 1 "June 14, 2017"
1.1       schwarze    3: .SH NAME
                      4: string \- conditional testing whether a string is defined
                      5: .SH DESCRIPTION
                      6: .ie d mystr OOPS
                      7: .el mystr not yet defined
                      8: .br
                      9: .ds mystr mystrval
                     10: .ie d mystr now defined
                     11: .el OOPS
                     12: .if !d mystr OOPS
                     13: .PP
                     14: .ie d mymac OOPS
                     15: .el mymac not yet defined
                     16: .br
                     17: .de mymac
                     18: mymacval
                     19: ..
                     20: .ie dmymac now defined
                     21: .el OOPS
                     22: .if !d  mymac OOPS
                     23: .PP
                     24: .ie d myren OOPS
                     25: .el myren not yet defined
                     26: .br
                     27: .rn SM myren
                     28: .ie d myren now defined
                     29: .el OOPS
                     30: .if !d myren OOPS
1.2       schwarze   31: .PP
                     32: standard macro is
                     33: .ie d PP defined
                     34: .el not defined \(em OOPS

CVSweb