Annotation of mandoc/regress/man/MT/args.in, Revision 1.1
1.1 ! schwarze 1: .TH MT-ARGS 1 "June 25, 2017" OpenBSD
! 2: .SH NAME
! 3: MT-args \- argument handling of the man-ext mailto macro
! 4: .SH DESCRIPTION
! 5: argument plus text:
! 6: .MT test@example.com
! 7: invalid
! 8: address
! 9: .ME
! 10: .PP
! 11: argument but no text:
! 12: .MT test@example.com
! 13: .ME
! 14: .PP
! 15: no argument, but text:
! 16: .MT
! 17: some text
! 18: .ME
! 19: .PP
! 20: two arguments plus text:
! 21: .MT first second
! 22: some text
! 23: .ME
! 24: .PP
! 25: two arguments, but no text:
! 26: .MT first second
! 27: .ME
! 28: .PP
! 29: final text
CVSweb