summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-02-17 13:47:18 (GMT)
committerdkf <dkf@noemail.net>2004-02-17 13:47:18 (GMT)
commit2834292488098beaae7bbe8c621ac24a68a1ac6c (patch)
tree33010a9391a502fe81914508e310e2a8ea39fdf5 /doc
parentdde575b96b6d1d2c1af6798cf47fb6eac2c285f2 (diff)
downloadtk-2834292488098beaae7bbe8c621ac24a68a1ac6c.zip
tk-2834292488098beaae7bbe8c621ac24a68a1ac6c.tar.gz
tk-2834292488098beaae7bbe8c621ac24a68a1ac6c.tar.bz2
Thought about the doc-fix a bit more and decided to remove the typedef
line instead; you'd never type it to use a Tk_Uid, after all... FossilOrigin-Name: 18f32c198f066abdcd645478d874e6298f51f0d5
Diffstat (limited to 'doc')
-rw-r--r--doc/GetUid.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/GetUid.3 b/doc/GetUid.3
index 7582f72..f3bcefb 100644
--- a/doc/GetUid.3
+++ b/doc/GetUid.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: GetUid.3,v 1.2.26.1 2004/02/17 13:44:18 dkf Exp $
+'\" RCS: @(#) $Id: GetUid.3,v 1.2.26.2 2004/02/17 13:47:18 dkf Exp $
'\"
.so man.macros
.TH Tk_GetUid 3 "" Tk "Tk Library Procedures"
@@ -16,8 +16,6 @@ Tk_GetUid, Tk_Uid \- convert from string to unique identifier
.nf
\fB#include <tk.h>\fR
.sp
-\fBtypedef char *Tk_Uid\fR
-.sp
Tk_Uid
\fBTk_GetUid\fR(\fIstring\fR)
.SH ARGUMENTS