diff options
author | Jim Meyering <jim@meyering.net> | 2011-04-22 21:34:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 21:34:32 -0400 |
commit | ded5b9b7c7c0afc7edc520911d76558564638bda (patch) | |
tree | ec9520664a3c01f979e2be5d07ceb678e6226a46 /manual | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.bz2 glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip |
Remove doubled words.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/stdio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |