diff options
author | 2017-06-25 07:23:53 +0000 | |
---|---|---|
committer | 2017-06-25 07:23:53 +0000 | |
commit | df9a9479ddee899e1995f8eba1983628deecbec6 (patch) | |
tree | b8e6e4ef139aeae307e2542996421eae48da1dfc /share/man/man7/man.7 | |
parent | ldd is more strict wrt semicolons, they can only appear after an (diff) | |
download | wireguard-openbsd-df9a9479ddee899e1995f8eba1983628deecbec6.tar.xz wireguard-openbsd-df9a9479ddee899e1995f8eba1983628deecbec6.zip |
Add support for the MT and ME mailto macros, used for example in wg(8).
feedback and ok schwarze@
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 6d7031d7241..111beed7af2 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.47 2017/05/07 21:44:33 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.48 2017/06/25 07:23:53 bentley Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 7 2017 $ +.Dd $Mdocdate: June 25 2017 $ .Dt MAN 7 .Os .Sh NAME @@ -466,6 +466,20 @@ See also .Sx \&PP , and .Sx \&TP . +.Ss \&ME +End a mailto block. +This is a non-standard GNU extension, included only for compatibility. +See +.Sx \&MT . +.Ss \&MT +Begin a mailto block. +This is a non-standard GNU extension, included only for compatibility. +It has the following syntax: +.Bd -literal -offset indent +.Pf \. Sx \&MT Ar address +link description to be shown +.Pf \. Sx ME +.Ed .Ss \&OP Optional command-line argument. This is a non-standard GNU extension, included only for compatibility. |