Hi While teaching an RTEMS class this week, I noticed that rtems_build_name is in the Classic API Guide index twice. Once with () and once without. I started to fix that one case when I noticed that it appears we are just very inconsistent.
(rtemsdocs) [joel@localhost c-user]$ grep -r index:: | grep rtems_ | grep "()$" | wc -l 280 (rtemsdocs) [joel@localhost c-user]$ grep -r index:: | grep rtems_ | grep -v "()$" | wc -l 158 There are 280 index entries with () on a method name and 158 without. Which way should it be? :) --joel
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel