public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] manual: Fix build error in charset.texi.
@ 2018-04-06  7:41 Stefan Liebler
  2018-04-06  7:54 ` Florian Weimer
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Liebler @ 2018-04-06  7:41 UTC (permalink / raw)
  To: GNU C Library; +Cc: Florian Weimer

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

Hi,

Building the manual fails with:
./charset.texi:704: misplaced {
./charset.texi:704: misplaced }

This patch adds the missing @.

Okay to commit?

ChangeLog:

	* manual/charset.texi (Converting a Character): Add missing @.

[-- Attachment #2: 20180406_manual_charset_typo.patch --]
[-- Type: text/x-patch, Size: 1182 bytes --]

commit 73af4fd26dd741c14455bc29471d85c532f7acb1
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Fri Apr 6 09:34:24 2018 +0200

    manual: Fix build error in charset.texi.
    
    Building the manual fails with:
    ./charset.texi:704: misplaced {
    ./charset.texi:704: misplaced }
    
    This patch adds the missing @.
    
    ChangeLog:
    
            * manual/charset.texi (Converting a Character): Add missing @.

diff --git a/manual/charset.texi b/manual/charset.texi
index a63d67045f..f6a980f6cb 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -701,7 +701,7 @@ uppercase could look like this:
 In the inner loop, a single wide character is stored in @code{wc}, and
 the number of consumed bytes is stored in the variable @code{nbytes}.
 If the conversion is successful, the uppercase variant of the wide
-character is stored in the code{result} array and the pointer to the
+character is stored in the @code{result} array and the pointer to the
 input string and the number of available bytes is adjusted.  If the
 @code{mbrtowc} function returns zero, the null input byte has not been
 converted, so it must be stored explicitly in the result.

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

* Re: [PATCH] manual: Fix build error in charset.texi.
  2018-04-06  7:41 [PATCH] manual: Fix build error in charset.texi Stefan Liebler
@ 2018-04-06  7:54 ` Florian Weimer
  2018-04-06  8:28   ` Stefan Liebler
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Weimer @ 2018-04-06  7:54 UTC (permalink / raw)
  To: Stefan Liebler, GNU C Library

On 04/06/2018 09:41 AM, Stefan Liebler wrote:
> Hi,
> 
> Building the manual fails with:
> ./charset.texi:704: misplaced {
> ./charset.texi:704: misplaced }
> 
> This patch adds the missing @.
> 
> Okay to commit?

Yes please.  Sorry about that.  I thought I had rendered the final version.

Florian

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

* Re: [PATCH] manual: Fix build error in charset.texi.
  2018-04-06  7:54 ` Florian Weimer
@ 2018-04-06  8:28   ` Stefan Liebler
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Liebler @ 2018-04-06  8:28 UTC (permalink / raw)
  To: libc-alpha

On 04/06/2018 09:54 AM, Florian Weimer wrote:
> On 04/06/2018 09:41 AM, Stefan Liebler wrote:
>> Hi,
>>
>> Building the manual fails with:
>> ./charset.texi:704: misplaced {
>> ./charset.texi:704: misplaced }
>>
>> This patch adds the missing @.
>>
>> Okay to commit?
> 
> Yes please.  Sorry about that.  I thought I had rendered the final version.
> 
> Florian
> 
In the meantime, Andreas has already committed this typo.

Bye.
Stefan

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

end of thread, other threads:[~2018-04-06  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06  7:41 [PATCH] manual: Fix build error in charset.texi Stefan Liebler
2018-04-06  7:54 ` Florian Weimer
2018-04-06  8:28   ` Stefan Liebler

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