Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 00:27:29 +0200 (CEST)
From:      "Simon L.Nielsen" <simon@nitro.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/52501: [patch] Order development(7) SEE ALSO acording to mdoc(7)
Message-ID:  <20030520222729.896DF10BF84@arthur.nitro.dk>
Resent-Message-ID: <200305202230.h4KMUD2e024295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52501
>Category:       docs
>Synopsis:       [patch] Order development(7) SEE ALSO acording to mdoc(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 15:30:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
>Description:
The order of the items in the SEE ALSO section of development(7) is
not the same as recomended in mdoc(7).
>How-To-Repeat:
>Fix:
Reorder first by section, then alphabetically.

--- man-development7-SA-order.patch begins here ---
Index: development.7
===================================================================
RCS file: /home/ncvs/src/share/man/man7/development.7,v
retrieving revision 1.4
diff -u -d -r1.4 development.7
--- development.7	28 Dec 2002 19:08:11 -0000	1.4
+++ development.7	21 May 2003 00:19:33 -0000
@@ -412,12 +412,12 @@
 a good time.
 My recommendation is to only keep the cvs repository synchronized via cron.
 .Sh SEE ALSO
-.Xr build 7 ,
 .Xr crontab 1 ,
 .Xr crontab 5 ,
-.Xr diskless 8 ,
+.Xr build 7 ,
 .Xr firewall 7 ,
-.Xr tuning 7
+.Xr tuning 7 ,
+.Xr diskless 8
 .Sh HISTORY
 The
 .Nm
--- man-development7-SA-order.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520222729.896DF10BF84>