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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / nr / int.in (download)

Revision 1.1, Wed Feb 8 03:03:24 2017 UTC (7 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1, VERSION_1_13

Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.

.TH NR-INT 1 "October 3, 2013" OpenBSD
.SH NAME
nr-int \- integer number registers
.SH DESCRIPTION
initial contents: \nY \n(YY \n[YYY]
.br
.nr Y 42
.nr YY -1
.nr YYY 2147483647
intermediate contents: \nY \n(YY \n[YYY]
.br
.nr Y -19
.nr YY +2
.nr YYY +1
final contents: \nY \n(YY \n[YYY]