aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-10-29 10:38:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-10-29 10:38:54 +0000
commitf8176f20fc41a9751582d2645d1da507739b181d (patch)
tree2b48aa03536d9992db135fc62608736163ad2293 /mdoc.7
parent83f27ae103e3ec0e6e52117fa8b7a3a827a280b4 (diff)
downloadmandoc-f8176f20fc41a9751582d2645d1da507739b181d.tar.gz
mandoc-f8176f20fc41a9751582d2645d1da507739b181d.tar.zst
mandoc-f8176f20fc41a9751582d2645d1da507739b181d.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. Suggested by deraadt@.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.78
1 files changed, 4 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index 6c5879cb..47fd4464 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.162 2010/10/24 14:49:35 schwarze Exp $
+.\" $Id: mdoc.7,v 1.163 2010/10/29 10:38:54 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
@@ -1871,9 +1871,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