From 6ee339109f40645dbe04e1f70069c96df9aaa741 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 15 Dec 2005 21:34:29 +0000 Subject: [PATCH] Remove reference to the "t" open() mode as it is platform dependent. --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index bf4a3b81ba..c0069e1fe9 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1588,7 +1588,7 @@ flush the read-ahead buffer. file is only opened for writing in append mode (mode \code{'a'}), this method is essentially a no-op, but it remains useful for files opened in append mode with reading enabled (mode \code{'a+'}). If the - file is opened in text mode (mode \code{'t'}), only offsets returned + file is opened in text mode (without \code{'b'}), only offsets returned by \method{tell()} are legal. Use of other offsets causes undefined behavior. -- 2.40.0