aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/MT/args.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-25 14:09:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-25 14:09:44 +0000
commit968237f527c0925ee4300f535b2efb1d2a9e783f (patch)
tree4dcdee769d9b68dafce575104ea167ea188b8720 /regress/man/MT/args.out_ascii
parentcc054d87a39246eed78c9ae061022b305490a30b (diff)
downloadmandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.tar.gz
mandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.tar.zst
mandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.zip
test new MT macro
Diffstat (limited to 'regress/man/MT/args.out_ascii')
-rw-r--r--regress/man/MT/args.out_ascii23
1 files changed, 23 insertions, 0 deletions
diff --git a/regress/man/MT/args.out_ascii b/regress/man/MT/args.out_ascii
new file mode 100644
index 00000000..05939dcb
--- /dev/null
+++ b/regress/man/MT/args.out_ascii
@@ -0,0 +1,23 @@
+MT-ARGS(1) General Commands Manual MT-ARGS(1)
+
+
+
+NNAAMMEE
+ MT-args - argument handling of the man-ext mailto macro
+
+DDEESSCCRRIIPPTTIIOONN
+ argument plus text: invalid address <test@example.com>
+
+ argument but no text: <test@example.com>
+
+ no argument, but text: some text <>
+
+ two arguments plus text: some text <first>
+
+ two arguments, but no text: <first>
+
+ final text
+
+
+
+OpenBSD June 25, 2017 MT-ARGS(1)