OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / man / man3 / Blt_TreeCreateNode.3
index a3ecc6e..03def3b 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_TreeCreateNode 3 2.4 BLT "BLT Library Procedures"
+.TH Blt_TreeCreateNode 3 2.5 BLT "BLT Library Procedures"
 .BS
 .SH NAME
 Blt_TreeCreateNode \- Creates a node in a tree data object.
@@ -268,6 +268,7 @@ Blt_TreeCreateNode \- Creates a node in a tree data object.
 .sp
 Blt_TreeNode
 \fBBlt_TreeCreateNode\fR(\fItree\fR, \fIparent\fR, \fIname\fR, \fIposition\fR)
+.fi
 .SH ARGUMENTS
 .AS Blt_TreeNode parent
 .AP Blt_Tree tree in
@@ -297,7 +298,7 @@ Node in which the new child will be inserted.
 .TP 
 \fIname\fR
 Label of the new node.  If \fIname\fR is NULL, a label in the
-form "\f(CWnode0\fR", "\f(CWnode1\fR", etc. will automatically be
+form "\fBnode0\fR", "\fBnode1\fR", etc. will automatically be
 generated.  \fIName\fR can be any string.  Labels are non-unique.  A
 parent can contain two nodes with the same label. Nodes can be
 relabeled using \fBBlt_TreeRelabelNode\fR.