From simon@arthur.nitro.dk  Tue May 20 15:27:32 2003
Return-Path: <simon@arthur.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6619C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 15:27:32 -0700 (PDT)
Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B12543FDD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 15:27:30 -0700 (PDT)
	(envelope-from simon@arthur.nitro.dk)
Received: by arthur.nitro.dk (Postfix, from userid 1000)
	id 896DF10BF84; Wed, 21 May 2003 00:27:29 +0200 (CEST)
Message-Id: <20030520222729.896DF10BF84@arthur.nitro.dk>
Date: Wed, 21 May 2003 00:27:29 +0200 (CEST)
From: Simon L.Nielsen <simon@nitro.dk>
Reply-To: Simon L.Nielsen <simon@nitro.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Order development(7) SEE ALSO acording to mdoc(7)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52501
>Category:       docs
>Synopsis:       [patch] Order development(7) SEE ALSO acording to mdoc(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 15:30:12 PDT 2003
>Closed-Date:    Fri May 23 09:49:13 CEST 2003
>Last-Modified:  Fri May 23 09:49:13 CEST 2003
>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:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed May 21 01:26:08 CEST 2003 
State-Changed-Why:  
Committed to -current, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 21 01:26:08 CEST 2003 
Responsible-Changed-Why:  
I'll handle the MFC 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52501 

From: Murray Stokely <murray@freebsd.org>
To: "Simon L.Nielsen" <simon@nitro.dk>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/52501: [patch] Order development(7) SEE ALSO acording to mdoc(7)
Date: Tue, 20 May 2003 23:30:02 -0700

 On Wed, May 21, 2003 at 12:27:29AM +0200, Simon L.Nielsen wrote:
 > The order of the items in the SEE ALSO section of development(7) is
 > not the same as recomended in mdoc(7).
 
 I think we should also add release(7) to this list.  ISTR that Matt
 mentioned he wasn't aware of release(7) when he wrote development(7).
 
   - Murray

From: "Simon L. Nielsen" <simon@nitro.dk>
To: Murray Stokely <murray@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/52501: [patch] Order development(7) SEE ALSO acording to mdoc(7)
Date: Wed, 21 May 2003 10:44:35 +0200

 --fUYQa+Pmc3FrFX/N
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2003.05.20 23:30:02 -0700, Murray Stokely wrote:
 > On Wed, May 21, 2003 at 12:27:29AM +0200, Simon L.Nielsen wrote:
 > > The order of the items in the SEE ALSO section of development(7) is
 > > not the same as recomended in mdoc(7).
 >=20
 > I think we should also add release(7) to this list.  ISTR that Matt
 > mentioned he wasn't aware of release(7) when he wrote development(7).
 
 Seems like a good idea, and I can see it has alreaddy been committed.
 
 --=20
 Simon L. Nielsen
 
 --fUYQa+Pmc3FrFX/N
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+yzxy8kocFXgPTRwRAh9BAKDER/3e8vvVABdbuuYN3rkWQHioDACdGnoF
 9NKwW/hW+iYOHXyD5MEl5qA=
 =XnKN
 -----END PGP SIGNATURE-----
 
 --fUYQa+Pmc3FrFX/N--
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Fri May 23 09:48:53 CEST 2003 
State-Changed-Why:  
MFC done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52501 
>Unformatted:
