Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] gdb docs: do not format the ++ in C++ in man page
@ 2019-09-16 21:47 Carl Bordum Hansen
  2019-09-17  1:19 ` Simon Marchi
  0 siblings, 1 reply; 5+ messages in thread
From: Carl Bordum Hansen @ 2019-09-16 21:47 UTC (permalink / raw)
  To: gdb-patches

This change means that the html version of the man page does not stylize
the "++" in the third paragraph.
(https://sourceware.org/gdb/current/onlinedocs/gdb/gdb-man.html). The
tradeoff is, in my opinion, worth it as the man page reads better, since
it is now formatted properly. Before this change, it read as:
"... programs written in C, C@t{++}, ...".
---

Hello, this is my first patch to a GNU project ever and also the first time I
use an email-based git workflow, so please excuse my mistakes :-)

 gdb/doc/gdb.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index eee0c9d4dd..68c45d9dc9 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -45056,7 +45056,7 @@ Change things in your program, so you can experiment with correcting the
 effects of one bug and go on to learn about another.
 @end itemize
 
-You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
+You can use @value{GDBN} to debug programs written in C, C++, Fortran and
 Modula-2.
 
 @value{GDBN} is invoked with the shell command @code{gdb}.  Once started, it reads
-- 
2.17.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 21:47 [PATCH] gdb docs: do not format the ++ in C++ in man page Carl Bordum Hansen
2019-09-17  1:19 ` Simon Marchi
2019-09-17  6:02   ` Eli Zaretskii
2019-09-17 12:36     ` Simon Marchi
2019-09-17 12:48       ` Eli Zaretskii

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