From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o9TAcu8i013319 for ; Fri, 29 Oct 2010 06:38:56 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o9TAcs3e013973; Fri, 29 Oct 2010 06:38:54 -0400 (EDT) Date: Fri, 29 Oct 2010 06:38:54 -0400 (EDT) Message-Id: <201010291038.o9TAcs3e013973@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Referring to terms explained in other manuals, always use .Xr. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- 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@. Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.162 retrieving revision 1.163 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.162 -r1.163 --- mdoc.7 +++ mdoc.7 @@ -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 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv