OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / man / man3 / Blt_TreeCreate.3
index d16930c..5f27ddd 100644 (file)
@@ -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