From de503f7238316cd79aad65b66e4c4c4f71f0153b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 25 Jun 2017 14:09:44 +0000 Subject: test new MT macro --- regress/man/MT/args.in | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 regress/man/MT/args.in (limited to 'regress/man/MT/args.in') diff --git a/regress/man/MT/args.in b/regress/man/MT/args.in new file mode 100644 index 00000000..e8335d0b --- /dev/null +++ b/regress/man/MT/args.in @@ -0,0 +1,29 @@ +.TH MT-ARGS 1 "June 25, 2017" OpenBSD +.SH NAME +MT-args \- argument handling of the man-ext mailto macro +.SH DESCRIPTION +argument plus text: +.MT test@example.com +invalid +address +.ME +.PP +argument but no text: +.MT test@example.com +.ME +.PP +no argument, but text: +.MT +some text +.ME +.PP +two arguments plus text: +.MT first second +some text +.ME +.PP +two arguments, but no text: +.MT first second +.ME +.PP +final text -- cgit