diff options
author | 2014-10-12 02:59:04 +0000 | |
---|---|---|
committer | 2014-10-12 02:59:04 +0000 | |
commit | 0e94cf8e184222daddb001ddf94f72a1bb7228ed (patch) | |
tree | 3e3b099a25ddcb4ddd5a6cdb94e24a6d9ba213c8 /share/man/man7 | |
parent | oops, don't crash when .Fo has no argument (diff) | |
download | wireguard-openbsd-0e94cf8e184222daddb001ddf94f72a1bb7228ed.tar.xz wireguard-openbsd-0e94cf8e184222daddb001ddf94f72a1bb7228ed.zip |
Clarify: SEE ALSO sections are sorted case insensitively.
ok jmc@ schwarze@
Diffstat (limited to 'share/man/man7')
-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 |