summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/read.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/read.n b/doc/read.n
index 4e93d58..c1291bf 100644
--- a/doc/read.n
+++ b/doc/read.n
@@ -102,7 +102,7 @@ Non blocking example
.CS
% set f [open test_A_195_B.txt r]
file35a65a0
-% fconfigure $f -encoding utf-8 -profile strict -blocking 1
+% fconfigure $f -encoding utf-8 -profile strict -blocking 0
% read $f
A
% tell $f