summaryrefslogtreecommitdiffstats
path: root/doc/SetVar.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-08 14:38:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-08 14:38:58 (GMT)
commitf0aca5d1127c20a130c784e7555cd84bcb2748b3 (patch)
treec8932186e22746454d98277e2408ce64f67bf3d5 /doc/SetVar.3
parentd99627e7be69b7a881a5d57aab6f17b27b19d244 (diff)
parent1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006 (diff)
downloadtcl-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/SetVar.3')
-rw-r--r--doc/SetVar.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetVar.3 b/doc/SetVar.3
index 0605ff2..1bef20b 100644
--- a/doc/SetVar.3
+++ b/doc/SetVar.3
@@ -5,8 +5,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_SetVar 3 8.1 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_SetVar2Ex, Tcl_SetVar, Tcl_SetVar2, Tcl_ObjSetVar2, Tcl_GetVar2Ex, Tcl_GetVar, Tcl_GetVar2, Tcl_ObjGetVar2, Tcl_UnsetVar, Tcl_UnsetVar2 \- manipulate Tcl variables