OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.4 / pkgs / itcl4.0.3 / doc / Preserve.3
diff --git a/util/src/TclTk/tcl8.6.4/pkgs/itcl4.0.3/doc/Preserve.3 b/util/src/TclTk/tcl8.6.4/pkgs/itcl4.0.3/doc/Preserve.3
deleted file mode 100644 (file)
index 4a6a7c4..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-'\"
-'\" Copyright (c) 1993-1998  Lucent Technologies, Inc.
-'\"
-'\" See the file "license.terms" for information on usage and redistribution
-'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
-.TH Itcl_PreserveData 3 3.0 itcl "[incr\ Tcl] Library Procedures"
-.so man.macros
-.BS
-'\" Note:  do not modify the .SH NAME line immediately below!
-.SH NAME
-Itcl_PreserveData, Itcl_ReleaseData, Itcl_EventuallyFree \- Manipulate an Itcl list object.
-.SH SYNOPSIS
-.nf
-\fB#include <itcl.h>\fR
-
-void
-\fBItcl_PreserveData\fR(\fIcdata\fR)
-
-void
-\fBItcl_ReleaseData\fR(\fIcdata\fR)
-
-void
-\fBItcl_EventuallyFree\fR(\fIcdata, fproc\fR)
-.fi
-.SH ARGUMENTS
-.AP Tcl_FreeProc *fproc in
-Address of function to call when the block is to be freed.
-.AP ClientData clientData in
-Arbitrary one-word value.
-.BE
-
-.SH DESCRIPTION
-.PP
-
-.SH KEYWORDS
-free, memory
-