From 48cbc0d6d03b0591280489ddb6a2df60b850e57d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Jul 2010 10:49:42 -0700 Subject: BZ 11856: fix manual nit --- manual/locale.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/locale.texi') diff --git a/manual/locale.texi b/manual/locale.texi index e3e0563..d1a50cb 100644 --- a/manual/locale.texi +++ b/manual/locale.texi @@ -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); -- cgit v1.1