Skip to content

Commit ed58bf3

Browse files
author
jan.nijtmans
committed
Fix [d4a4924ada]: 1rst example of chan doc refers to fconfigure command
2 parents 992c832 + 2d6e15f commit ed58bf3

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
@@ -809,7 +809,7 @@ Instruct Tcl to always send output to \fBstdout\fR immediately,
809809
whether or not it is to a terminal:
810810
.PP
811811
.CS
812-
\fBfconfigure\fR stdout -buffering none
812+
\fBchan configure\fR stdout -buffering none
813813
.CE
814814
.PP
815815
In the following example a file is opened using the encoding CP1252, which is

0 commit comments

Comments
 (0)