bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/637] man 1 c++filt footnote 1 is confused


From: bje at sources dot redhat dot com
Subject: [Bug binutils/637] man 1 c++filt footnote 1 is confused
Date: 11 Jan 2005 00:46:51 -0000

------- Additional Comments From bje at sources dot redhat dot com  2005-01-11 
00:46 -------
Nick, this was a tricky one.  The Texinfo sources look correct, but the man page
output is massaged by the Makefile when building for MS-DOS or GO32 targets:

$(DEMANGLER_NAME).1: cxxfilt.man Makefile
        if test -f cxxfilt.man; then \
          man=cxxfilt.man; \
        else \
          man=$(srcdir)/cxxfilt.man; \
        fi; \
        sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
            -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
                > $(DEMANGLER_NAME).1

We need to decide how to handle this, as the footnote should not be modified,
but other instances of the text probably should be.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=637

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]