>>>>> Markus Neteler <[EMAIL PROTECTED]> writes:

 > The file was renamed to r.category... r.cats as module is there for
 > backwards compatibility (so it should indeed have a link to the
 > help page).

 > Additionally, several manual pages refer to the old name:

 > $ grep r.cats *

        Please note that this searches for ``r'', any character,
        ``cats'', not for ``r'', period, ``cats''.  Hence, the list
        below has three false positives.

        The proper command to search for the latter (assuming POSIX
        `grep' [1]) is:

$ grep -F r.cats *

 > r.buffer.html:<B>r.cats input=</B>roads.buf
 > r.li.patchdensity.html:r.cats landcover.30m
 > r.report.html:<DD>Report for cats fp ranges (fp maps only)</DD>
 > r.statistics.html:r.cats elevstats
 > r.statistics.html:<A HREF="r.cats">r.cats</A>
 > r.stats.html:<DD>Report for cats fp ranges (fp maps only)</DD>
 > v.net.iso.html:# specify range of center cats (easier to catch all):
 > v.to.rast.html:r.cats myfields

[1] http://www.opengroup.org/onlinepubs/009695399/utilities/grep.html

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to