[BACK]Return to args.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / OP

Annotation of mandoc/regress/man/OP/args.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
        !             2: .TH OP-ARGS 1 "February 6, 2015"
1.1       schwarze    3: .SH NAME
                      4: OP-args \- argument handling of the man-ext OP macro
                      5: .SH DESCRIPTION
                      6: no argument:
                      7: .OP
                      8: one argument:
                      9: .OP \-f
                     10: two arguments:
                     11: .OP \-f arg
                     12: three arguments:
                     13: .OP \-f arg bogus
                     14: final text

CVSweb