[Top][All Lists]
[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.
- [Bug binutils/637] New: man 1 c++filt footnote 1 is confused, timeless at myrealbox dot com, 2005/01/05
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, bje at sources dot redhat dot com, 2005/01/09
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, nickc at redhat dot com, 2005/01/10
- [Bug binutils/637] man 1 c++filt footnote 1 is confused,
bje at sources dot redhat dot com <=
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, nickc at redhat dot com, 2005/01/11
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, nickc at redhat dot com, 2005/01/11
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, timeless at myrealbox dot com, 2005/01/11
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, bje at sources dot redhat dot com, 2005/01/11
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, nickc at redhat dot com, 2005/01/11
- [Bug binutils/637] man 1 c++filt footnote 1 is confused, nickc at redhat dot com, 2005/01/11