From e715bc67dad8fd0fc152aff7a0f595f8d5fd1286 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 21 Jun 2024 09:17:17 +0000 Subject: Fix wrong example: Should be "-translation binary" here, not "-encoding binary" --- doc/fileevent.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12