aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/argc.in
blob: bf204a70a2ad1f8296f3e7f59098680ce4b76927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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]