diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-14 01:27:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-14 01:27:48 +0000 |
commit | 9d71e0cbacf0681fd313f1e52974183828949490 (patch) | |
tree | fe87d1c5e15f3fb86b6d7864197bac592e4c32a7 /regress/man/UR/args.in | |
parent | 185b4a7b69884b16b9c646e4efc4d357b38ac66c (diff) | |
download | mandoc-9d71e0cbacf0681fd313f1e52974183828949490.tar.gz |
support tail arguments on the .ME and .UE macros,
used for example in the ditroff(7) manual of the groff package
Diffstat (limited to 'regress/man/UR/args.in')
-rw-r--r-- | regress/man/UR/args.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/man/UR/args.in b/regress/man/UR/args.in index 183269e8..9afbbee5 100644 --- a/regress/man/UR/args.in +++ b/regress/man/UR/args.in @@ -1,13 +1,19 @@ .\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $ -.TH UR-ARGS 1 "October 17, 2013" +.TH UR-ARGS 1 "August 14, 2018" .SH NAME UR-basic \- argument handling of the man-ext URI macro .SH DESCRIPTION +argument, text, and tail: +.UR http://www.openbsd.org/ +text +.UE tail argument +.PP argument plus text: .UR http://www.openbsd.org/ OpenBSD homepage .UE +next line .PP argument but no text: .UR http://www.netbsd.org/ |