diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-10-29 10:36:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-10-29 10:36:09 +0000 |
commit | 7636ab8d86010cdfa9260690c64df27af123d75f (patch) | |
tree | 33ede91613d3b5196c14bd42859bfcdd411620e7 /share | |
parent | 7e76f02782ab7976338844f864eef0659b6e5393 (diff) |
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')
-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 |