diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-08 14:38:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-08 14:38:58 (GMT) |
commit | f0aca5d1127c20a130c784e7555cd84bcb2748b3 (patch) | |
tree | c8932186e22746454d98277e2408ce64f67bf3d5 /doc/CrtSlave.3 | |
parent | d99627e7be69b7a881a5d57aab6f17b27b19d244 (diff) | |
parent | 1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006 (diff) | |
download | tcl-f0aca5d1127c20a130c784e7555cd84bcb2748b3.zip tcl-f0aca5d1127c20a130c784e7555cd84bcb2748b3.tar.gz tcl-f0aca5d1127c20a130c784e7555cd84bcb2748b3.tar.bz2 |
Merge trunk (order of man.macros inclusion).
Simplify TCLAPI definition: Since there are extern "C" guards around all TCLAPI usage, the definition itself doesn't need special C++ handling any more.
Diffstat (limited to 'doc/CrtSlave.3')
-rw-r--r-- | doc/CrtSlave.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtSlave.3 b/doc/CrtSlave.3 index 000ae58..fdcef6f 100644 --- a/doc/CrtSlave.3 +++ b/doc/CrtSlave.3 @@ -4,8 +4,8 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -.so man.macros .TH Tcl_CreateSlave 3 7.6 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME Tcl_IsSafe, Tcl_MakeSafe, Tcl_CreateSlave, Tcl_GetSlave, Tcl_GetMaster, Tcl_GetInterpPath, Tcl_CreateAlias, Tcl_CreateAliasObj, Tcl_GetAlias, Tcl_GetAliasObj, Tcl_ExposeCommand, Tcl_HideCommand \- manage multiple Tcl interpreters, aliases and hidden commands |