summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-05-28 15:13:36 +0000
committerBruno Haible <bruno@clisp.org>2007-05-28 15:13:36 +0000
commitcf0e9950204657e10ec322126130fb35b1d99925 (patch)
tree4e2855a94f9b6a85c3d11bf0d6f9cb12a1340736 /doc
parent8ad1cc5a9cd83e5269203bfbbf9581e93da567b7 (diff)
downloadgnulib-cf0e9950204657e10ec322126130fb35b1d99925.tar.gz
New module 'ftell'.
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/ftell.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/functions/ftell.texi b/doc/functions/ftell.texi
index a657ad4735..00b5402dc3 100644
--- a/doc/functions/ftell.texi
+++ b/doc/functions/ftell.texi
@@ -4,12 +4,12 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/ftell.html}
-Gnulib module: ftello
+Gnulib module: ftell
Portability problems fixed by Gnulib:
@itemize
@item
-This function mistakenly succeeds on non-seekable files: mingw.
+This function mistakenly succeeds on pipes on some platforms: mingw.
@end itemize
Portability problems not fixed by Gnulib: