diff options
author | jenglish <jenglish@noemail.net> | 2007-12-10 16:21:48 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2007-12-10 16:21:48 (GMT) |
commit | df5c073da6f69e8c750b6d100565710e8a72b801 (patch) | |
tree | 0ee94da3d693347342e32e793d31e0bf84d910b4 /doc/CrtPhImgFmt.3 | |
parent | 3fac236c25466400a77496ab02cf370b622de27c (diff) | |
download | tk-df5c073da6f69e8c750b6d100565710e8a72b801.zip tk-df5c073da6f69e8c750b6d100565710e8a72b801.tar.gz tk-df5c073da6f69e8c750b6d100565710e8a72b801.tar.bz2 |
Various markup fixes
(mostly: missing quotes on .SH arguments, extraneous .PPs)
FossilOrigin-Name: 3ce1f97dc3fa4ca4efa5df7c66f1c221c6972d18
Diffstat (limited to 'doc/CrtPhImgFmt.3')
-rw-r--r-- | doc/CrtPhImgFmt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/CrtPhImgFmt.3 b/doc/CrtPhImgFmt.3 index d640315..e34d1b0 100644 --- a/doc/CrtPhImgFmt.3 +++ b/doc/CrtPhImgFmt.3 @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: CrtPhImgFmt.3,v 1.8 2007/05/14 20:58:25 dgp Exp $ +'\" RCS: @(#) $Id: CrtPhImgFmt.3,v 1.9 2007/12/10 16:21:48 jenglish Exp $ '\" .so man.macros .TH Tk_CreatePhotoImageFormat 3 8.5 Tk "Tk Library Procedures" @@ -231,8 +231,7 @@ after the name of the format. If appropriate, the characters to specify further details about the image file. The return value is a standard Tcl return value. -.SH LEGACY INTERFACE SUPPORT -.PP +.SH "LEGACY INTERFACE SUPPORT" In Tk 8.2 and earlier, the definition of all the function pointer types stored in fields of a \fBTk_PhotoImageFormat\fR struct were incompatibly different. Legacy programs and libraries dating from |