From: Artur H. <ko...@pl...> - 2003-07-09 12:30:09
|
> I've cleaned all the docs except the emacs sections. Emacs section was corrected too. However to find what to correct in emacs file I used command: $ grep -ie "\(geotools\|gt2\)" *.xml I found a lot of occurrences of geotools and gt2 in existing documents. Following command counts occurrences: cat *.xml | grep -cie "\(geotools\|gt2\)" and displays that there are still 34. I don't know if you have left them intentionally or not but maybe this is helpful for you Artur -- Artur Hefczyc Open Source Developer http://generguide.sourceforge.net/ http://www.geotools.org/ http://wttools.sourceforge.net/ |