I'm checking this in. This adds some text to a couple spots in cp-tools.texinfo.
Tom Index: ChangeLog from Tom Tromey <[EMAIL PROTECTED]> * doc/cp-tools.texinfo (gcjh Tool): Added more text. (rmid Tool): Likewise. Index: doc/cp-tools.texinfo =================================================================== RCS file: /cvsroot/classpath/classpath/doc/cp-tools.texinfo,v retrieving revision 1.3 diff -u -r1.3 cp-tools.texinfo --- doc/cp-tools.texinfo 25 Mar 2007 15:45:56 -0000 1.3 +++ doc/cp-tools.texinfo 26 Mar 2007 22:57:25 -0000 @@ -1416,7 +1416,11 @@ @c man begin DESCRIPTION gcjh -To be written @dots{} +The @code{gcjh} program is used to generate header files from class +files. It can generate both CNI and JNI header files, as well as stub +implementation files which can be used as a basis for implementing the +required native methods. It is similar to @code{javah} but has +slightly different command line options, and defaults to CNI. @c man end @@ -1428,6 +1432,9 @@ @c man begin OPTIONS gcjh +See @code{javah} for a full description; this page only lists the +additional options provided by @code{gcjh}. + CNI text options @table @gcctabopt @item -add @var{text} @@ -1614,7 +1621,8 @@ @c man begin DESCRIPTION grmid -To be written @dots{} [EMAIL PROTECTED] starts a remote object registry on the current +host. If no port number is specified, then port 1099 is used. @c man end