diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-24 14:49:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-24 14:49:35 +0000 |
commit | 10616b45fcbec4fa656b1db586c8908b0348e314 (patch) | |
tree | eac954a57d5afd80bfcf5488546190c1d88d0f16 | |
parent | 6507f89f8de701d2bd4bfc177fb036d51cba2487 (diff) | |
download | mandoc-10616b45fcbec4fa656b1db586c8908b0348e314.tar.gz |
When mentioning a function documented elsewhere, .Xr is often better than .Fn.
Prodded by guenther@, ok jmc@.
-rw-r--r-- | mdoc.7 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1871,6 +1871,9 @@ Examples: \&.Fn funcname .Ed .Pp +When referring to a function documented in another manual page, +.Sx \&Xr +is usually preferable. See also .Sx MANUAL STRUCTURE and |