diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-17 13:47:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-17 13:47:22 (GMT) |
commit | 6b428be3fa7c6ef3a45767a445732b8751c20b1e (patch) | |
tree | 7d335a863cfc8e8d112733905f9b9bde823d29a9 | |
parent | 64a34c2e27c87bf5a734b2b10c5629c49c4645b6 (diff) | |
download | tk-6b428be3fa7c6ef3a45767a445732b8751c20b1e.zip tk-6b428be3fa7c6ef3a45767a445732b8751c20b1e.tar.gz tk-6b428be3fa7c6ef3a45767a445732b8751c20b1e.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...
-rw-r--r-- | doc/GetUid.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/GetUid.3 b/doc/GetUid.3 index 1cd51c4..303dc47 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.3 2004/02/17 13:41:07 dkf Exp $ +'\" RCS: @(#) $Id: GetUid.3,v 1.4 2004/02/17 13:47:22 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 |