Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] etc/texi2pod.pl: convert @t{} to C<>
@ 2019-09-16 22:04 Carl Bordum Hansen
  2019-09-17  1:40 ` Simon Marchi
  2019-09-17 18:33 ` Tom Tromey
  0 siblings, 2 replies; 6+ messages in thread
From: Carl Bordum Hansen @ 2019-09-16 22:04 UTC (permalink / raw)
  To: gdb-patches

Both are intended to be stylized in a typewriter font.
---

I noticed that this was missing when I was looking into the man page
rendering issue.

 etc/texi2pod.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
index b0540338c8..34ba7efd0f 100644
--- a/etc/texi2pod.pl
+++ b/etc/texi2pod.pl
@@ -375,7 +375,7 @@ sub postprocess
     # Temporary escape for @r.
     s/\@r\{([^\}]*)\}/R<$1>/g;
     s/\@(?:dfn|var|emph|cite|i)\{([^\}]*)\}/I<$1>/g;
-    s/\@(?:code|kbd)\{([^\}]*)\}/C<$1>/g;
+    s/\@(?:code|kbd|t)\{([^\}]*)\}/C<$1>/g;
     s/\@(?:gccoptlist|samp|strong|key|option|env|command|b)\{([^\}]*)\}/B<$1>/g;
     s/\@sc\{([^\}]*)\}/\U$1/g;
     s/\@file\{([^\}]*)\}/F<$1>/g;
-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-17 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 22:04 [PATCH 1/2] etc/texi2pod.pl: convert @t{} to C<> Carl Bordum Hansen
2019-09-17  1:40 ` Simon Marchi
2019-09-17  3:22   ` Simon Marchi
2019-09-17 18:33 ` Tom Tromey
2019-09-17 19:03   ` Simon Marchi
2019-09-17 19:22     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox