public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] as: Fix typo in manual
@ 2023-08-04 16:18 David Carew
  2023-08-05  3:48 ` Tsukasa OI
  0 siblings, 1 reply; 2+ messages in thread
From: David Carew @ 2023-08-04 16:18 UTC (permalink / raw)
  To: binutils

The -D flag should enable "debugging"
---
  gas/doc/as.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 4959c2f6d49..f84db9009b7 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -748,7 +748,7 @@ targets except the x86/x86_64, but a configure time 
option can be used to
  override this.

  @item -D
-Enable denugging in target specific backends, if supported. Otherwise 
ignored.
+Enable debugging in target specific backends, if supported. Otherwise 
ignored.
  Even if ignored, this option is accepted for script compatibility with 
calls to
  other assemblers.

-- 
2.41.0


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

* Re: [PATCH] as: Fix typo in manual
  2023-08-04 16:18 [PATCH] as: Fix typo in manual David Carew
@ 2023-08-05  3:48 ` Tsukasa OI
  0 siblings, 0 replies; 2+ messages in thread
From: Tsukasa OI @ 2023-08-05  3:48 UTC (permalink / raw)
  To: David Carew; +Cc: Binutils

Hi David,

(from your mail header)
> Content-Type: text/plain; charset=UTF-8; format=flowed
Using "format=flowed" will potentially break your patch.  I found some
other errors (I'm not sure what caused those errors; may be how did you
make and/or send this patch or the MTA you used automatically did
something) but the fix itself is self-explanatory and pretty obvious.

Fixed the patch file and committed.

Thanks,
Tsukasa

On 2023/08/05 1:18, David Carew wrote:
> The -D flag should enable "debugging"
> ---
>  gas/doc/as.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gas/doc/as.texi b/gas/doc/as.texi
> index 4959c2f6d49..f84db9009b7 100644
> --- a/gas/doc/as.texi
> +++ b/gas/doc/as.texi
> @@ -748,7 +748,7 @@ targets except the x86/x86_64, but a configure time
> option can be used to
>  override this.
> 
>  @item -D
> -Enable denugging in target specific backends, if supported. Otherwise
> ignored.
> +Enable debugging in target specific backends, if supported. Otherwise
> ignored.
>  Even if ignored, this option is accepted for script compatibility with
> calls to
>  other assemblers.
> 

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

end of thread, other threads:[~2023-08-05  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-04 16:18 [PATCH] as: Fix typo in manual David Carew
2023-08-05  3:48 ` Tsukasa OI

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).