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

File: [cvsweb.bsd.lv] / mandoc / regress / man / MT / args.in (download)

Revision 1.3, Tue Aug 14 01:27:49 2018 UTC (5 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD
Changes since 1.2: +7 -1 lines

support tail arguments on the .ME and .UE macros,
used for example in the ditroff(7) manual of the groff package

.\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.TH MT-ARGS 1 "August 13, 2018"
.SH NAME
MT-args \- argument handling of the man-ext mailto macro
.SH DESCRIPTION
argument, text, and tail:
.MT test@example.com
text
.ME tail args
.PP
argument plus text:
.MT test@example.com
invalid
address
.ME
next line
.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