mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
BZ 11856: fix manual nit
This commit is contained in:
parent
02b7acedbb
commit
48cbc0d6d0
@ -1,3 +1,8 @@
|
||||
2010-07-29 Roland McGrath <roland@redhat.com>
|
||||
|
||||
[BZ 11856]
|
||||
* manual/locale.texi (Yes-or-No Questions): Fix example code.
|
||||
|
||||
2010-07-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
|
||||
|
@ -1210,7 +1210,7 @@ This function would normally be used like this:
|
||||
/* @r{Prepare the @code{getline} call.} */
|
||||
line = NULL;
|
||||
len = 0;
|
||||
while (getline (&line, &len, stdout) >= 0)
|
||||
while (getline (&line, &len, stdin) >= 0)
|
||||
@{
|
||||
/* @r{Check the response.} */
|
||||
int res = rpmatch (line);
|
||||
|
Loading…
Reference in New Issue
Block a user