<div dir="ltr">Hi<div><br></div><div>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.  </div><div><br></div><div>(rtemsdocs) [joel@localhost c-user]$ grep -r index::  | grep rtems_ | grep "()$" | wc -l<br>280<br>(rtemsdocs) [joel@localhost c-user]$ grep -r index::  | grep rtems_ | grep -v "()$" | wc -l<br>158<br></div><div><br></div><div>There are 280 index entries with () on a method name and 158 without.</div><div><br></div><div>Which way should it be? :)</div><div><br></div><div>--joel</div></div>