docs/52501: [patch] Order development(7) SEE ALSO acording to mdoc(7)
Simon L.Nielsen
simon at nitro.dk
Tue May 20 22:30:14 UTC 2003
>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:
More information about the freebsd-doc
mailing list