From 8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 14 Sep 2012 21:28:56 +0000 Subject: Correct double "the the" Approved by: cperciva MFC after: 3 days --- lib/libc/stdio/scanf_l.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/scanf_l.3 b/lib/libc/stdio/scanf_l.3 index 04ea5d9..405601e 100644 --- a/lib/libc/stdio/scanf_l.3 +++ b/lib/libc/stdio/scanf_l.3 @@ -57,7 +57,7 @@ The above functions scan input according to a specified in the locale .Fa loc . They behave in the same way as the versions without the _l suffix, but use -the specific locale rather than the the global or per-thread locale. +the specific locale rather than the global or per-thread locale. See the specific manual pages for more information. .Sh SEE ALSO .Xr scanf 3 , -- cgit v1.1