From owner-cvs-all Sun Jul 28 0:58: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CB837B400; Sun, 28 Jul 2002 00:58:01 -0700 (PDT) Received: from turbine.trit.org (turbine.trit.org [63.198.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770A243E65; Sun, 28 Jul 2002 00:58:01 -0700 (PDT) (envelope-from dima@trit.org) Received: from turbine.trit.org (localhost [127.0.0.1]) by turbine.trit.org (Postfix) with ESMTP id BE4653F13; Sun, 28 Jul 2002 07:58:00 +0000 (UTC) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: des@freebsd.org Subject: Re: cvs commit: doc/share/sgml man-refs.ent In-Reply-To: <200207280745.g6S7jJtQ049691@freefall.freebsd.org>; from dd@FreeBSD.org on "Sun, 28 Jul 2002 00:45:19 -0700 (PDT)" Date: Sun, 28 Jul 2002 07:58:00 +0000 From: Dima Dorfman Message-Id: <20020728075800.BE4653F13@turbine.trit.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I wrote: > Log: > Fix the blatant disregard for the order of entries in the file (as > well as the lack of necessity of duplicates) in revision 1.142 (adding > PAM manual pages). I wish people didn't do stuff like this (or add unsorted entries here in general, but that's much more excusable). The script probably used (man-refs.pl) was obsolete before it was written in favor of add-manref.sh, which not only writes entity definition for you, but also adds it to man-refs.ent in the right place! FWIW, this is what I used to repair the damage: cvs -R diff -r1.141 -r1.142 -kk man-refs.ent | egrep '^[+]<' | sed -E 's;^.*entrytitle/([^/]+).*volnum/([[:digit:]]*).*$;\1 \2;' | xargs -n 2 sh ../examples/add-manref.sh man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message