diff options
author | 2010-10-29 10:36:08 +0000 | |
---|---|---|
committer | 2010-10-29 10:36:08 +0000 | |
commit | 6cb4557875555f57b8d215de05b0ffdd40d0ce39 (patch) | |
tree | 4e9a6ea2be193d37b387a6db8007bc58a5961a2d /share/man/man7 | |
parent | smtpd no longer knows a map called "secrets" which holds credentials for (diff) | |
download | wireguard-openbsd-6cb4557875555f57b8d215de05b0ffdd40d0ce39.tar.xz wireguard-openbsd-6cb4557875555f57b8d215de05b0ffdd40d0ce39.zip |
Referring to terms explained in other manuals, always use .Xr.
Otherwise, hyperlinks can't be produced and people will likely
miss the additional information available.
Requested by deraadt@.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index d7d07e0ef41..4045bc77b0e 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.54 2010/10/24 14:49:33 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.55 2010/10/29 10:36:08 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 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: October 24 2010 $ +.Dd $Mdocdate: October 29 2010 $ .Dt MDOC 7 .Os .Sh NAME @@ -1870,9 +1870,9 @@ Examples: \&.Fn funcname .Ed .Pp -When referring to a function documented in another manual page, +When referring to a function documented in another manual page, use .Sx \&Xr -is usually preferable. +instead. See also .Sx MANUAL STRUCTURE and |