]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/nr/argc.in
if .in is used inside the .TP head, it's always relative
[mandoc.git] / regress / roff / nr / argc.in
1 .Dd December 15, 2013
2 .Dt NR-ARGC 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm nr-argc
6 .Nd varying number of arguments to the .nr macro
7 .Sh DESCRIPTION
8 .nr onearg
9 one argument: \n[onearg]
10 .Pp
11 .nr twoargs 2
12 two arguments: \n[twoargs]
13 .Pp
14 .nr withsuffix 2x
15 with suffix: \n[withsuffix]
16 .Pp
17 .nr threeargs 2 3
18 three arguments: \n[threeargs]
19 .Pp
20 .nr fourargs 2 3 4
21 four arguments: \n[fourargs]