diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-17 13:41:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-17 13:41:07 (GMT) |
commit | 64a34c2e27c87bf5a734b2b10c5629c49c4645b6 (patch) | |
tree | 99e7b989535524b61e72e8df9536c5b30bc9a6da /doc | |
parent | 0dc2e89b80549a1b01b88aa601b97a9430759b10 (diff) | |
download | tk-64a34c2e27c87bf5a734b2b10c5629c49c4645b6.zip tk-64a34c2e27c87bf5a734b2b10c5629c49c4645b6.tar.gz tk-64a34c2e27c87bf5a734b2b10c5629c49c4645b6.tar.bz2 |
Minor doc fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetUid.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetUid.3 b/doc/GetUid.3 index b3b0be5..1cd51c4 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 1998/09/14 18:22:51 stanton Exp $ +'\" RCS: @(#) $Id: GetUid.3,v 1.3 2004/02/17 13:41:07 dkf Exp $ '\" .so man.macros .TH Tk_GetUid 3 "" Tk "Tk Library Procedures" @@ -16,7 +16,7 @@ Tk_GetUid, Tk_Uid \- convert from string to unique identifier .nf \fB#include <tk.h>\fR .sp -\fB#typedef char *Tk_Uid\fR +\fBtypedef char *Tk_Uid\fR .sp Tk_Uid \fBTk_GetUid\fR(\fIstring\fR) |