X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=util%2FX86LINUX64%2Fman%2Fman3%2FBlt_TreeCreate.3;h=5f27ddd292b1f9eaf5087a2c0776f2414003affc;hb=4001aae33522a514315707ab829918d5ff04809d;hp=d16930c5cc38597c2ff8eafbaee27e536ba743b8;hpb=cbdda43c5fd2cea0f9708be8d33eef82dfc0aa7d;p=eos%2FhostdependX86LINUX64.git diff --git a/util/X86LINUX64/man/man3/Blt_TreeCreate.3 b/util/X86LINUX64/man/man3/Blt_TreeCreate.3 index d16930c5cc..5f27ddd292 100644 --- a/util/X86LINUX64/man/man3/Blt_TreeCreate.3 +++ b/util/X86LINUX64/man/man3/Blt_TreeCreate.3 @@ -79,7 +79,7 @@ '\" .UL arg1 arg2 '\" Print arg1 underlined, then print arg2 normally. '\" -'\" RCS: @(#) $Id: man.macros,v 1.3 2001/02/17 07:46:19 ghowlett Exp $ +'\" RCS: @(#) $Id: man.macros,v 1.1.1.1 2009/05/09 16:27:42 pcmacdon Exp $ '\" '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B @@ -258,7 +258,7 @@ Database Class: \\fB\\$3\\fR .de UL \\$1\l'|0\(ul'\\$2 .. -.TH Blt_TreeCreate 3 2.4 BLT "BLT Library Procedures" +.TH Blt_TreeCreate 3 2.5 BLT "BLT Library Procedures" .BS .SH NAME Blt_TreeCreate \- Create tree data object. @@ -268,6 +268,7 @@ Blt_TreeCreate \- Create tree data object. .sp int \fBBlt_TreeCreate\fR(\fIinterp\fR, \fIname\fR, \fItokenPtr\fR) +.fi .SH ARGUMENTS .AS Tcl_Interp *interp .AP Tcl_Interp *interp in @@ -291,7 +292,7 @@ Name of the new tree object. You can think of \fIname\fR as the memory address of the object. It's a unique name that identifies the tree object. No tree object \fIname\fR can already exist. \fIName\fR can be qualified by a namespace such -as \f(CWfred::myTree\fR. If no namespace qualifier is used, the tree +as \fBfred::myTree\fR. If no namespace qualifier is used, the tree will be created in the current namespace, not the global namespace. If a qualifier is present, the namespace must already exist. .TP 1i