Date: Sun, 28 Jul 2002 07:58:00 +0000 From: Dima Dorfman <dima@trit.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: des@freebsd.org Subject: Re: cvs commit: doc/share/sgml man-refs.ent Message-ID: <20020728075800.BE4653F13@turbine.trit.org> In-Reply-To: <200207280745.g6S7jJtQ049691@freefall.freebsd.org>; from dd@FreeBSD.org on "Sun, 28 Jul 2002 00:45:19 -0700 (PDT)"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020728075800.BE4653F13>