summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-18 00:26:17 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-18 00:26:17 +0000
commit677bb77556e45449fb73bf7e88cb6372f108df87 (patch)
tree8783c7774cdd256a620f0aaebe9b774ab0600053 /share
parent52e3d513ef0e77675d513e9a16b4c6b111c2bec4 (diff)
Document cross reference ordering under SEE ALSO; mpp@freebsd
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/mdoc.samples.712
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 26112d4fac2..fafd2673f7e 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.samples.7,v 1.10 1999/05/16 19:57:38 alex Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.11 1999/05/18 00:26:16 alex Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -1967,6 +1967,16 @@ Cross references
are specified using the
.Ql \&.Xr
macro.
+Cross references in the
+.Sx SEE ALSO
+section should be sorted by section number, and then
+placed in alphabetical order and comma separated. For example:
+.Pp
+.Xr ls 1 ,
+.Xr ps 1 ,
+.Xr group 5 ,
+.Xr passwd 5
+.Pp
At this time
.Xr refer 1
style references are not accommodated.