diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-22 00:05:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-22 00:05:35 (GMT) |
commit | 01b241d21fcda6f4f179218b55dbe5e54bfd2757 (patch) | |
tree | 54b76194b9d6f6c21e81fcee9259aa878a1510a1 /doc | |
parent | c655df3badcead9a6d9ee54454bde967fe50d5a8 (diff) | |
download | tcl-01b241d21fcda6f4f179218b55dbe5e54bfd2757.zip tcl-01b241d21fcda6f4f179218b55dbe5e54bfd2757.tar.gz tcl-01b241d21fcda6f4f179218b55dbe5e54bfd2757.tar.bz2 |
Minor syntactic fixes. Removed a clause that read very strangely and
was effectively duplicated elsewhere (and was a hold-over from
previous versions of the page)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dde.n | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: dde.n,v 1.11 2003/06/23 22:05:11 patthoyts Exp $ +'\" RCS: @(#) $Id: dde.n,v 1.12 2004/05/22 00:05:35 dkf Exp $ '\" .so man.macros .TH dde n 1.2 dde "Tcl Bundled Packages" @@ -42,9 +42,6 @@ interpreter given by \fBdde servername\fR. Other applications have their own \fIservice names\fR and \fItopics\fR. For instance, Microsoft Excel has the service name \fBExcel\fR. .PP -The \fBeval\fR and \fBexecute\fR commands accept the option \fB\-async\fR: -.TP - .SH "DDE COMMANDS" .PP The following commands are a subset of the full Dynamic Data Exchange @@ -115,7 +112,6 @@ service. The \fI\-async\fR option requests asynchronous invocation. The command returns an error message if the script did not run, unless the \fB\-async\fR flag was used, in which case the command returns immediately with no error. This command can be used to replace send on Windows. - .SH "DDE AND TCL" A Tcl interpreter always has a service name of \fBTclEval\fR. Each different interpreter of all running Tcl applications must be |