summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2020-10-28 06:59:12 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2020-10-28 06:59:12 (GMT)
commitf145d5f091d380c580c0d4d6e662731d2b8bf1a2 (patch)
tree0dedefc2983b6ba202e6fd06ef86944c97cb6be5
parent577981fee9f598026571fd4d5c81821ef0d42e9f (diff)
downloadtcl-f145d5f091d380c580c0d4d6e662731d2b8bf1a2.zip
tcl-f145d5f091d380c580c0d4d6e662731d2b8bf1a2.tar.gz
tcl-f145d5f091d380c580c0d4d6e662731d2b8bf1a2.tar.bz2
Corrected doc: modifier C instead A
-rw-r--r--doc/binary.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 6b2c0eb..9b8b106 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -767,7 +767,7 @@ This form is similar to \fBA\fR, except that it scans the data from start
and terminates at the first null (C string semantics). For example,
.RS
.CS
-\fBbinary scan\fR "abc\e000efghi" A* var1
+\fBbinary scan\fR "abc\e000efghi" C* var1
.CE
will return \fB1\fR with \fBabc\fR stored in \fIvar1\fR.
.RE