From af8e9b53dadd9b8aec07d9fb7e442246b097e182 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 13 Mar 2017 19:01:38 +0000 Subject: Print title="..." in addition to id="..." attributes for macro keys that can be searched for by apropos(1), such that you see the semantic function in a tooltip when hovering with the mouse. --- mandoc_html.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'mandoc_html.3') diff --git a/mandoc_html.3 b/mandoc_html.3 index 3b48eb00..a274fd03 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -1,4 +1,4 @@ -.\" $Id: mandoc_html.3,v 1.5 2017/01/28 22:36:38 schwarze Exp $ +.\" $Id: mandoc_html.3,v 1.6 2017/03/13 19:01:38 schwarze Exp $ .\" .\" Copyright (c) 2014, 2017 Ingo Schwarze .\" @@ -14,7 +14,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: January 28 2017 $ +.Dd $Mdocdate: March 13 2017 $ .Dt MANDOC_HTML 3 .Os .Sh NAME @@ -145,6 +145,11 @@ the respective attribute is not written. Print a .Cm class attribute. +This attribute letter can optionally be followed by the modifier letter +.Cm T . +In that case, a +.Cm title +attribute with the same value is also printed. .It Cm h Print a .Cm href -- cgit v1.2.3