]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/nr/int.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / nr / int.in
1 .\" $OpenBSD: int.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
2 .TH NR-INT 1 "October 3, 2013"
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]