]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/nr/argc.in
Two new low-level roff(7) features:
[mandoc.git] / regress / roff / nr / argc.in
1 .\" $OpenBSD: argc.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt NR-ARGC 1
4 .Os
5 .Sh NAME
6 .Nm nr-argc
7 .Nd varying number of arguments to the .nr macro
8 .Sh DESCRIPTION
9 .nr onearg
10 one argument: \n[onearg]
11 .Pp
12 .nr twoargs 2
13 two arguments: \n[twoargs]
14 .Pp
15 .nr withsuffix 2x
16 with suffix: \n[withsuffix]
17 .Pp
18 .nr threeargs 2 3
19 three arguments: \n[threeargs]
20 .Pp
21 .nr fourargs 2 3 4
22 four arguments: \n[fourargs]