From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 Description of problem: The c++filt man page comes from binutils, but c++filt comes from gcc-c++. The man page describes -j and --java options which are not available in the c++filt program. Version-Release number of selected component (if applicable): binutils-2.14.90.0.4-26 and gcc-c++-3.2.3-20 How reproducible: Always Steps to Reproduce: 1.run man c++filt and read 2.try c++filt -j Additional info:
In rawhide gcc-c++-4.0.0-0.30 and binutils-2.15.94.0.2-3 c++filt moved from gcc-c++ to binutils, so now c++filt man page provided by binutils should be in sync with c++filt program provided by the same package.