diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-13 04:42:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-13 04:42:33 (GMT) |
commit | 6c8d57ffe3737a001786e0838daaf1a6e9f246c1 (patch) | |
tree | a2ba02d3c0db535cc2a9b30b8e14078c4935583c | |
parent | 88b202715dfbdfc05b7ce33d7f176595620496be (diff) | |
download | tcl-6c8d57ffe3737a001786e0838daaf1a6e9f246c1.zip tcl-6c8d57ffe3737a001786e0838daaf1a6e9f246c1.tar.gz tcl-6c8d57ffe3737a001786e0838daaf1a6e9f246c1.tar.bz2 |
minor fix
-rw-r--r-- | doc/dde.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ string is sent. Combining \fB-binary\fR with the result of \fBencoding convertto\fR may be used to send data in arbitrary encodings. .VE 8.6 .TP -\fBdde poke ?\fB\-binary\fR? \fIservice topic item data\fR +\fBdde poke\fR ?\fB\-binary\fR? \fIservice topic item data\fR . \fBdde poke\fR passes the \fIdata\fR to the server indicated by \fIservice\fR using the \fItopic\fR and \fIitem\fR specified. Typically, |