diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:37:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:37:16 (GMT) |
commit | e15ded96b17c9bc62e83f795d9d09b407cead5ac (patch) | |
tree | 6b76beb2b6f6bb1ae3b3c96f5a5e544693f2fcdc /doc | |
parent | 82d64fe1ff3f58d1627c0bf2add58fae0316f132 (diff) | |
download | tk-e15ded96b17c9bc62e83f795d9d09b407cead5ac.zip tk-e15ded96b17c9bc62e83f795d9d09b407cead5ac.tar.gz tk-e15ded96b17c9bc62e83f795d9d09b407cead5ac.tar.bz2 |
Fixes to make HTML generation work better.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/photo.n | 4 | ||||
-rw-r--r-- | doc/tk.n | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/photo.n b/doc/photo.n index 83a5966..a756411 100644 --- a/doc/photo.n +++ b/doc/photo.n @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: photo.n,v 1.11 2002/06/14 13:35:47 dkf Exp $ +'\" RCS: @(#) $Id: photo.n,v 1.12 2002/06/22 00:37:16 dkf Exp $ '\" .so man.macros .TH photo n 4.0 Tk "Tk Built-In Commands" @@ -196,7 +196,7 @@ Specifies how transparent pixels in the source image are combined with the destination image. When a compositing rule of \fIoverlay\fR is set, the old contents of the destination image are visible, as if the source image were printed on a piece of transparent film and placed -over the top of the destination. When a compositing rule of \fIset\R +over the top of the destination. When a compositing rule of \fIset\fR is set, the old contents of the destination image are discarded and the source image is used as-is. The default compositing rule is \fIoverlay\fR. @@ -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: tk.n,v 1.5 2002/06/17 20:09:01 hobbs Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.6 2002/06/22 00:37:16 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -45,7 +45,7 @@ this command will reenable them and recreate the \fBsend\fR command. .VS 8.4 .TP -\fBtk caret window \fR?\fB\-x \fIx\fR? \fR?\fB\-y \fIy\fR? \fR?\fB\-height \fIheight\fR? +\fBtk caret window \fR?\fB\-x \fIx\fR? ?\fB\-y \fIy\fR? ?\fB\-height \fIheight\fR? . Sets and queries the caret location for the display of the specified Tk window \fIwindow\fR. The caret is the per-display cursor location |