diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-21 22:58:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-21 22:58:52 (GMT) |
commit | a83d45fe6e1c303b875ce801e0e7d5a4c8663518 (patch) | |
tree | 3e69c41317c4239992075ed1f3cb58f92a3f140e | |
parent | 5accf3865ae114a47ca85045b1a9d21018d8aaaa (diff) | |
download | tk-a83d45fe6e1c303b875ce801e0e7d5a4c8663518.zip tk-a83d45fe6e1c303b875ce801e0e7d5a4c8663518.tar.gz tk-a83d45fe6e1c303b875ce801e0e7d5a4c8663518.tar.bz2 |
Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/GetBitmap.3 | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-06-21 Donal K. Fellows <dkf@users.sf.net> + + * doc/GetBitmap.3: Fix silly error in SYNOPSIS. [Bug 1224983] + 2005-06-19 Donal K. Fellows <dkf@users.sf.net> * generic/tkImgGIF.c: Cleanse all static (i.e. non-thread-safe) data diff --git a/doc/GetBitmap.3 b/doc/GetBitmap.3 index 3007d93..9848081 100644 --- a/doc/GetBitmap.3 +++ b/doc/GetBitmap.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: GetBitmap.3,v 1.8 2005/04/06 21:11:53 dkf Exp $ +'\" RCS: @(#) $Id: GetBitmap.3,v 1.9 2005/06/21 22:58:53 dkf Exp $ '\" .so man.macros .TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures" @@ -17,7 +17,7 @@ Tk_AllocBitmapFromObj, Tk_GetBitmap, Tk_GetBitmapFromObj, Tk_DefineBitmap, Tk_Na \fB#include <tk.h>\fR .sp Pixmap -\fBTk_GetBitmapFromObj(\fIinterp, tkwin, objPtr\fB)\fR +\fBTk_AllocBitmapFromObj(\fIinterp, tkwin, objPtr\fB)\fR .sp Pixmap \fBTk_GetBitmap(\fIinterp, tkwin, info\fB)\fR |