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

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

Revision 1.1, Wed Feb 8 03:03:24 2017 UTC (7 years, 4 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.

.Dd December 15, 2013
.Dt NR-ARGC 1
.Os OpenBSD
.Sh NAME
.Nm nr-argc
.Nd varying number of arguments to the .nr macro
.Sh DESCRIPTION
.nr onearg
one argument: \n[onearg]
.Pp
.nr twoargs 2
two arguments: \n[twoargs]
.Pp
.nr withsuffix 2x
with suffix: \n[withsuffix]
.Pp
.nr threeargs 2 3
three arguments: \n[threeargs]
.Pp
.nr fourargs 2 3 4
four arguments: \n[fourargs]