summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-03-26 22:58:20 +0000
committerTom Tromey <tromey@redhat.com>2007-03-26 22:58:20 +0000
commit9609e503120db0c71ca6295b5c0d8a73005cb29c (patch)
tree51502f21d825dbac3cb94cf4808faad289805c11 /doc
parente3089cc62fc9debc725a291079182e07b940306c (diff)
downloadclasspath-9609e503120db0c71ca6295b5c0d8a73005cb29c.tar.gz
* doc/cp-tools.texinfo (gcjh Tool): Added more text.
(rmid Tool): Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/cp-tools.texinfo12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/cp-tools.texinfo b/doc/cp-tools.texinfo
index 96241dea1..64a9b67d2 100644
--- a/doc/cp-tools.texinfo
+++ b/doc/cp-tools.texinfo
@@ -1416,7 +1416,11 @@ javac(1), @dots{}
@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 @@ gcjh [@var{OPTIONS}]@dots{} @var{CLASS}@dots{}
@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 @@ javac(1), @dots{}
@c man begin DESCRIPTION grmid
-To be written @dots{}
+@command{rmiregistry} starts a remote object registry on the current
+host. If no port number is specified, then port 1099 is used.
@c man end