summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/fileevent.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fileevent.n b/doc/fileevent.n
index 2751040..d9b70a5 100644
--- a/doc/fileevent.n
+++ b/doc/fileevent.n
@@ -125,7 +125,7 @@ proc GetData {chan} {
}
}
-fconfigure $chan -blocking 0 -encoding binary
+fconfigure $chan -blocking 0 -translation binary
\fBfileevent\fR $chan readable [list GetData $chan]
.CE
.PP