Bug 28842 - gcc(1) manpage has extraneous markup in it.
Summary: gcc(1) manpage has extraneous markup in it.
Status: RESOLVED DUPLICATE of bug 27832
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.0.3
: P3 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 04:12 UTC by Adam Buchbinder
Modified: 2006-08-25 04:52 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Buchbinder 2006-08-25 04:12:00 UTC
There is leftover markup from the texinfo source in the manual page for gcc(1). Specifically, search for @pxref and @anchor, which shouldn't be showing up in the output.

Also, the documentation for -print-multi-lib seems to be mangled:

-print-multi-lib
    Print the mapping from multilib directory names to compiler
    switches that enable them.  The directory name is separated from
    the switches by ;, and each switch starts with an @} instead of the
    @samp{-, without spaces between multiple switches.  This is sup-
    posed to ease shell-processing.

(You can't see it here, but "instead of the" is bold as well; it should not be.) This should likely read:

-print-multi-lib
    Print the mapping from multilib directory names to compiler
    switches that enable them.  The directory name is separated from
    the switches by ;, and each switch starts with an @ instead of the
    -, without spaces between multiple switches.  This is supposed
    to ease shell-processing.

The source which generates this manpage is in gcc/doc/invoke.texi.
Comment 1 Andrew Pinski 2006-08-25 04:52:53 UTC

*** This bug has been marked as a duplicate of 27832 ***