Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [selected], Mon Apr 20 13:07:27 2020 UTC (5 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
HEAD
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)
In fragment identifiers, use ~%d for ordinal suffixes, and reserve the character '~' for that purpose. Bug found by validator.w3.org in openssl(1), which contains both a tag "tls1_2" and a second instance of a tag "tls1", which also resulted in "tls1_2", causing a clash. Now, the second instance of "tls1" is rendered as "tls1~2" instead, employing the newly reserved '~'.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 19 16:36:17 2020 UTC (5 years, 2 months ago) by schwarze
Branch: MAIN
Diff to selected 1.2 (colored)
When .Bd, .D1, or .Dl is tagged, attach the permalink to the first few letters, similar to what was earlier done for .Pp.