Skip to content

Commit 2d6e15f

Browse files
author
jan.nijtmans
committed
Fix [d4a4924ada]: 1rst example of chan doc refers to fconfigure command
1 parent 4641032 commit 2d6e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/chan.n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ Instruct Tcl to always send output to \fBstdout\fR immediately,
793793
whether or not it is to a terminal:
794794
.PP
795795
.CS
796-
\fBfconfigure\fR stdout -buffering none
796+
\fBchan configure\fR stdout -buffering none
797797
.CE
798798
.PP
799799
In the following example a file is opened using the encoding CP1252, which is

0 commit comments

Comments
 (0)