From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id sA90sxvD008587 for ; Sat, 8 Nov 2014 19:54:59 -0500 (EST) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id sA90sw86024110; Sat, 8 Nov 2014 19:54:58 -0500 (EST) Date: Sat, 8 Nov 2014 19:54:58 -0500 (EST) Message-Id: <201411090054.sA90sw86024110@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: hyperlinking in -man -Thtml punctuation in the middle of .Fn X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- hyperlinking in -man -Thtml punctuation in the middle of .Fn Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.186 retrieving revision 1.187 diff -LTODO -LTODO -u -p -r1.186 -r1.187 --- TODO +++ TODO @@ -378,6 +378,9 @@ are mere guesses, and some may be wrong. see also matthew@ Fri, 18 Jul 2014 19:25:12 -0700 loc * exist * algo ** size * imp *** +- jsg on icb, Nov 3, 2014: + try to guess Xr in man(7) for hyperlinking + - The tables used to render the three-part page headers actually force the width of the to the max-width given for . Not yet sure how to fix that... @@ -393,6 +396,12 @@ are mere guesses, and some may be wrong. ************************************************************************ * formatting issues: gratuitous differences ************************************************************************ + +- .Fn reopens a new scope after punctuation in mandoc, + but closes its scope for good in groff. + Do we want to change mandoc or groff? + Steffen Nurpmeso Sat, 08 Nov 2014 13:34:59 +0100 + loc * exist ** algo ** size * imp ** - .Rv (and probably .Ex) print different text if an `Nm' has been named or not (run a manual without `Nm blah' to see this). I'm not sure -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv