diff options
author | surles <surles> | 1999-04-16 18:26:12 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-16 18:26:12 (GMT) |
commit | 4e4fb1b6feaf44e52e345a9b03520c979225e4dc (patch) | |
tree | 1eed715df97153c26e20195045497c6938248c34 /doc/FreeXId.3 | |
parent | 03656f44f81469f459031fa3a4a7b09c8bc77712 (diff) | |
download | tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2 |
fixed Tk doc bugs
Diffstat (limited to 'doc/FreeXId.3')
-rw-r--r-- | doc/FreeXId.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FreeXId.3 b/doc/FreeXId.3 index 5d8024a..8406a3a 100644 --- a/doc/FreeXId.3 +++ b/doc/FreeXId.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: FreeXId.3,v 1.2 1998/09/14 18:22:48 stanton Exp $ +'\" RCS: @(#) $Id: FreeXId.3,v 1.3 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_FreeXId 3 4.0 Tk "Tk Library Procedures" @@ -37,7 +37,7 @@ allows identifiers to be reused. In order for this to work, \fBTk_FreeXId\fR must be called to tell the allocator about resources that have been freed. Tk automatically calls \fBTk_FreeXId\fR whenever it frees a -resource, so if you use procedures like \fBTk_GetFontStruct\fR, +resource, so if you use procedures like \fBTk_GetFont\fR, \fBTk_GetGC\fR, and \fBTk_GetPixmap\fR then you need not call \fBTk_FreeXId\fR. However, if you allocate resources directly from Xlib, for example |