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

Annotation of mandoc/regress/mdoc/Bx/args.in, Revision 1.3

1.3     ! schwarze    1: .Dd June 9, 2017
1.1       schwarze    2: .Dt BX-ARGS 1
                      3: .Os OpenBSD
                      4: .Sh NAME
                      5: .Nm Bx-args
                      6: .Nd arguments to the BSD macro
                      7: .Sh DESCRIPTION
                      8: no arguments:
                      9: .Bx
                     10: .Pp
                     11: one standard argument:
1.2       schwarze   12: .Bx 4.4 "."
1.1       schwarze   13: .Pp
                     14: one non-standard argument:
1.3     ! schwarze   15: .Bx nett.
1.1       schwarze   16: .Pp
                     17: one semi-standard argument:
                     18: .Bx 4.1c
                     19: .Pp
                     20: two standard arguments:
                     21: .Bx 4.3 reno
                     22: .Pp
                     23: more arguments:
1.2       schwarze   24: .Bx 4.3 tahoe and "Em" some additional words
1.1       schwarze   25: .Pp
                     26: end of test document

CVSweb