From ded5b9b7c7c0afc7edc520911d76558564638bda Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 22 Apr 2011 21:34:32 -0400 Subject: Remove doubled words. --- manual/stdio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/stdio.texi') diff --git a/manual/stdio.texi b/manual/stdio.texi index 9fb209a473..0a70b04d75 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -4329,7 +4329,7 @@ the same file position. @item In a call to @code{fseek} or @code{fseeko} on a text stream, either the @var{offset} must be zero, or @var{whence} must be @code{SEEK_SET} and -and the @var{offset} must be the result of an earlier call to @code{ftell} +the @var{offset} must be the result of an earlier call to @code{ftell} on the same stream. @item -- cgit v1.2.1