diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-10-12 02:59:05 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-10-12 02:59:05 +0000 |
commit | 268bf2f0c771b7d9026384f1dec0cce61baa9198 (patch) | |
tree | e2b0f85105330549b1224e577d366c3430b2c8f2 /share/man | |
parent | 8b78919f4348e6f435db420d827e8a0f44b19710 (diff) |
Clarify: SEE ALSO sections are sorted case insensitively.
ok jmc@ schwarze@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 4af04e55195..4c8e65d6055 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.119 2014/09/17 00:42:54 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.120 2014/10/12 02:59:04 bentley Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,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: September 17 2014 $ +.Dd $Mdocdate: October 12 2014 $ .Dt MDOC 7 .Os .Sh NAME @@ -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 |