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

Annotation of mandoc/regress/man/MT/args.in, Revision 1.3

1.2       schwarze    1: .\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
1.3     ! schwarze    2: .TH MT-ARGS 1 "August 13, 2018"
1.1       schwarze    3: .SH NAME
                      4: MT-args \- argument handling of the man-ext mailto macro
                      5: .SH DESCRIPTION
1.3     ! schwarze    6: argument, text, and tail:
        !             7: .MT test@example.com
        !             8: text
        !             9: .ME tail args
        !            10: .PP
1.1       schwarze   11: argument plus text:
                     12: .MT test@example.com
                     13: invalid
                     14: address
                     15: .ME
1.3     ! schwarze   16: next line
1.1       schwarze   17: .PP
                     18: argument but no text:
                     19: .MT test@example.com
                     20: .ME
                     21: .PP
                     22: no argument, but text:
                     23: .MT
                     24: some text
                     25: .ME
                     26: .PP
                     27: two arguments plus text:
                     28: .MT first second
                     29: some text
                     30: .ME
                     31: .PP
                     32: two arguments, but no text:
                     33: .MT first second
                     34: .ME
                     35: .PP
                     36: final text

CVSweb