X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=manual%2Fstring.texi;h=943cb09b5cc956f1d7109acaf016d8d8786c86a3;hp=73ca71f8f3b2da90bbc5964183a477ccd124c82d;hb=2e1d6b1ee21bd3df08817cbacb12fed2892c8a13;hpb=cf56bb4c7b8e5b8dd75d084c8f4210e358686e61 diff --git a/manual/string.texi b/manual/string.texi index 73ca71f8f3..943cb09b5c 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1110,9 +1110,10 @@ is this: There is no restriction on the second parameter of @code{strchr} so it could very well also be the NUL character. Those readers thinking very hard about this might now point out that the @code{strchr} function is -more expensive than the @code{strlen} since we have two abort criteria. -This is right. But when using the GNU C library this @code{strchr} call -gets optimized in a special way so that this version actually is faster. +more expensive than the @code{strlen} function since we have two abort +criteria. This is right. But when using the GNU C library is used this +@code{strchr} call gets optimized in a special way so that this version +actually is faster. @comment string.h @comment ISO