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 s9DCkTVk031009 for ; Mon, 13 Oct 2014 08:46:29 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s9DCkSj7008458; Mon, 13 Oct 2014 08:46:28 -0400 (EDT) Date: Mon, 13 Oct 2014 08:46:28 -0400 (EDT) Message-Id: <201410131246.s9DCkSj7008458@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: Clarify: SEE ALSO sections are sorted case insensitively. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Clarify: SEE ALSO sections are sorted case insensitively. Patch from bentley@, ok jmc@. Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.237 retrieving revision 1.238 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.237 -r1.238 --- mdoc.7 +++ mdoc.7 @@ -388,7 +388,7 @@ See References other manuals with related topics. This section should exist for most manuals. Cross-references should conventionally be ordered first by section, then -alphabetically. +alphabetically (ignoring case). .Pp References to other documentation concerning the topic of the manual page, for example authoritative books or journal articles, may also be -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv