And the corresponding texinfo patch. Andrew. Index: gcj.texi =================================================================== RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v retrieving revision 1.77 diff -u -r1.77 gcj.texi --- gcj.texi 29 Mar 2005 21:46:49 -0000 1.77 +++ gcj.texi 5 Apr 2005 14:31:02 -0000 @@ -990,9 +990,9 @@ @c man begin SYNOPSIS gcj-dbtool gcj-dbtool @option{OPTION} @var{DBFILE} [@option{MORE}] @dots{} -gcj-dbtool [@option{-n}] [@option{-a}] [@option{-f}] +gcj-dbtool [@option{-0}] [@option{-}] [@option{-n}] [@option{-a}] [@option{-f}] [@option{-t}] [@option{-l}] [@option{-p} [@var{LIBDIR}]] - [@option{-v}] [@option{--version}] [@option{--help}] + [@option{-v}] [@option{-m}] [@option{--version}] [@option{--help}] @c man end @c man begin SEEALSO gij @@ -1037,6 +1037,18 @@ that @var{LIB} exists before adding it to the database; @option{-f} skips this check. +@item [@option{-}][@option{-0}] -m @var{DBFILE} @var{DBFILE},[@var{DBFILE}] +Merge a number of databases. The output database overwrites any +existing database. To add databases into an existing database, +include the destination in the list of sources. + +If @option{-} or @option{-0} are used, the list of files to read is +taken from standard input instead of the command line. For +@option{-0}, Input filenames are terminated by a null character +instead of by whitespace. Useful when arguments might contain white +space. The GNU find -print0 option produces input suitable for this +mode. + @item -t @var{DBFILE} Test a database.