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

Annotation of mandoc/regress/roff/nr/int.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: int.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
        !             2: .TH NR-INT 1 "October 3, 2013"
1.1       schwarze    3: .SH NAME
                      4: nr-int \- integer number registers
                      5: .SH DESCRIPTION
                      6: initial contents: \nY \n(YY \n[YYY]
                      7: .br
                      8: .nr Y 42
                      9: .nr YY -1
                     10: .nr YYY 2147483647
                     11: intermediate contents: \nY \n(YY \n[YYY]
                     12: .br
                     13: .nr Y -19
                     14: .nr YY +2
                     15: .nr YYY +1
                     16: final contents: \nY \n(YY \n[YYY]

CVSweb