> If a function has more than one usage (e.g. > pg_connect) the title "Usage:" is displayed > in the vertical middle (valign="middle" in > HTML) instead of at the top (valign="top"). > > STATUS QUO -------- > > int pg_connect ... > int pg_connect ... > Usage: int pg_connect ... > int pg_connect ... > > > MY SUGGESTION -------- > > Usage: int pg_connect ... > int pg_connect ... > int pg_connect ... > int pg_connect ...
Thanks for your idea. You are right :) This will probably be this way... Goba