]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
memchr.3: wfix
authorDavid Prévot <taffit@debian.org>
Wed, 2 May 2012 03:50:03 +0000 (15:50 +1200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 May 2012 03:30:14 +0000 (15:30 +1200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/memchr.3

index 246815d5b71d5695d50a1a8dad766046cd721804..82fd5b477936093d537da87c05e489e73c69251e 100644 (file)
@@ -88,7 +88,7 @@ lies somewhere in the memory area starting at the location pointed to by
 .IR s ,
 and so performs an optimized search for
 .IR c
-(i.e., no use of a count argument argument to limit the range of the search).
+(i.e., no use of a count argument to limit the range of the search).
 If an instance of
 .I c
 is not found, the results are unpredictable.