[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.4

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

CVSweb