public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in info page
@ 2022-05-15 12:49 Nikolaos Chatzikonstantinou
  2022-05-16 15:33 ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolaos Chatzikonstantinou @ 2022-05-15 12:49 UTC (permalink / raw)
  To: gdb-patches

From 6485f0d123976176ddf7503224726c098eff727c Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
Date: Sun, 15 May 2022 21:39:42 +0900
Subject: [PATCH] Fix typo in info page
To: gdb-patches@sourceware.org

---
 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 38ad2ac32b0..9df109ba330 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -10115,7 +10115,7 @@ It examines data in memory at a specified
address and prints it in a
 specified format.  @xref{Memory, ,Examining Memory}.

 If you are interested in information about types, or about how the
-fields of a struct or a class are declared, use the @code{ptype @var{exp}}
+fields of a struct or a class are declared, use the @code{ptype @var{expr}}
 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
 Table}.

-- 
2.35.1

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

* Re: [PATCH] Fix typo in info page
  2022-05-15 12:49 [PATCH] Fix typo in info page Nikolaos Chatzikonstantinou
@ 2022-05-16 15:33 ` Tom Tromey
  2022-05-17  6:29   ` Nikolaos Chatzikonstantinou
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Tromey @ 2022-05-16 15:33 UTC (permalink / raw)
  To: Nikolaos Chatzikonstantinou via Gdb-patches; +Cc: Nikolaos Chatzikonstantinou

>>>>> Nikolaos Chatzikonstantinou via Gdb-patches <gdb-patches@sourceware.org> writes:

> Subject: [PATCH] Fix typo in info page

I tried to apply this but I get:

Applying: Fix typo in info page
error: corrupt patch at line 10
Patch failed at 0001 Fix typo in info page


I didn't dig any deeper, but can you use 'git send-email' to re-send it
perhaps?

Tom

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

* Re: [PATCH] Fix typo in info page
  2022-05-16 15:33 ` Tom Tromey
@ 2022-05-17  6:29   ` Nikolaos Chatzikonstantinou
  2022-05-17 15:02     ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolaos Chatzikonstantinou @ 2022-05-17  6:29 UTC (permalink / raw)
  To: Tom Tromey; +Cc: Nikolaos Chatzikonstantinou via Gdb-patches

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

On Tue, May 17, 2022 at 12:33 AM Tom Tromey <tom@tromey.com> wrote:
>
> >>>>> Nikolaos Chatzikonstantinou via Gdb-patches <gdb-patches@sourceware.org> writes:
>
> > Subject: [PATCH] Fix typo in info page
>
> I didn't dig any deeper, but can you use 'git send-email' to re-send it
> perhaps?

Google says that app passwords are not available for my account
when I tried to set it up, I have no idea why. It may have to do with
security settings. I'll attempt it one more time by attaching the file
to the e-mail, I hope it works.

[-- Attachment #2: 0001-Fix-typo-in-info-page.patch --]
[-- Type: text/x-patch, Size: 927 bytes --]

From 6485f0d123976176ddf7503224726c098eff727c Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
Date: Sun, 15 May 2022 21:39:42 +0900
Subject: [PATCH] Fix typo in info page
To: gdb-patches@sourceware.org

---
 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 38ad2ac32b0..9df109ba330 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -10115,7 +10115,7 @@ It examines data in memory at a specified address and prints it in a
 specified format.  @xref{Memory, ,Examining Memory}.
 
 If you are interested in information about types, or about how the
-fields of a struct or a class are declared, use the @code{ptype @var{exp}}
+fields of a struct or a class are declared, use the @code{ptype @var{expr}}
 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
 Table}.
 
-- 
2.35.1


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

* Re: [PATCH] Fix typo in info page
  2022-05-17  6:29   ` Nikolaos Chatzikonstantinou
@ 2022-05-17 15:02     ` Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2022-05-17 15:02 UTC (permalink / raw)
  To: Nikolaos Chatzikonstantinou via Gdb-patches
  Cc: Tom Tromey, Nikolaos Chatzikonstantinou

> I'll attempt it one more time by attaching the file
> to the e-mail, I hope it works.

It did, thank you very much.  I've pushed this.

Tom

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

end of thread, other threads:[~2022-05-17 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 12:49 [PATCH] Fix typo in info page Nikolaos Chatzikonstantinou
2022-05-16 15:33 ` Tom Tromey
2022-05-17  6:29   ` Nikolaos Chatzikonstantinou
2022-05-17 15:02     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).