binutils-gdb/etc
Simon Marchi c12081a66b texi2pod.pl: import support for @t{...} from gcc
GDB's man page source (in gdb.texinfo) contains:

    @t{++}

The @t{...} part is supposed to display the wrapped text with a
fixed-width font.  The texi2pod.pl script currently doesn't handle
@t{...}, so it appears as-is in the man page:

    You can use GDB to debug programs written in C, C@t{++}, Fortran and Modula-2.

gcc's version of texi2pod.pl (at contrib/texi2pod.pl in gcc's repo)
replaces @t{...} with the wrapped text as-is, which I think is an
acceptable behavior.  The fixed-width font distinction is not really
important for a man page, where the text will be displayed with whatever
font the user is using.

Import the line that does that from gcc's version.

I have verified that there is no other, unwanted change in man pages
generated in binutils' and GDB's doc, with this patch applied.

etc/ChangeLog:

	* texi2pod.pl: Handle @t{...} tags.
2020-01-15 12:58:09 -05:00
..
ChangeLog texi2pod.pl: import support for @t{...} from gcc 2020-01-15 12:58:09 -05:00
Makefile.in PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi. 2014-06-27 11:33:25 +02:00
add-log.el Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30
add-log.vi 19990502 sourceware import 1999-05-03 07:29:11 +00:00
configure Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
configure.in Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
texi2pod.pl texi2pod.pl: import support for @t{...} from gcc 2020-01-15 12:58:09 -05:00
update-copyright.py Update year range in copyright notice of binutils files 2019-01-01 22:06:53 +10:30