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

Annotation of mandoc/regress/roff/nr/argc.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: argc.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt NR-ARGC 1
1.2     ! schwarze    4: .Os
1.1       schwarze    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]

CVSweb