diff options
author | 2010-10-24 14:49:33 +0000 | |
---|---|---|
committer | 2010-10-24 14:49:33 +0000 | |
commit | 1a69191b999a63ef80d4dfe1976a3f1cc0cd7cd8 (patch) | |
tree | 5b49cb3069f5f087addfba42001bf3c00f5c4aa5 | |
parent | new sentence, new line; (diff) | |
download | wireguard-openbsd-1a69191b999a63ef80d4dfe1976a3f1cc0cd7cd8.tar.xz wireguard-openbsd-1a69191b999a63ef80d4dfe1976a3f1cc0cd7cd8.zip |
When mentioning a function documented elsewhere, .Xr is often better than .Fn.
Prodded by guenther@, ok jmc@.
-rw-r--r-- | share/man/man7/mdoc.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 2486d4fa8dc..d7d07e0ef41 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.53 2010/09/26 19:40:27 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.54 2010/10/24 14:49:33 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: September 26 2010 $ +.Dd $Mdocdate: October 24 2010 $ .Dt MDOC 7 .Os .Sh NAME @@ -1870,6 +1870,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 |