diff options
author | dkf <dkf@noemail.net> | 2008-12-21 20:31:34 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2008-12-21 20:31:34 (GMT) |
commit | 99541e394353693da984213479714870226f6717 (patch) | |
tree | 37b0c2c196fa99f253abdc4c6ae0ec65a792625d /doc | |
parent | cec9e8d64151f69550ff707a3e43c5ca634e9617 (diff) | |
download | tk-99541e394353693da984213479714870226f6717.zip tk-99541e394353693da984213479714870226f6717.tar.gz tk-99541e394353693da984213479714870226f6717.tar.bz2 |
Regularized doc of postscript subcommand's -channel option.
FossilOrigin-Name: 822e40c271d410efeb3be21c654c2c333440d233
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 7e205f5..4ac2a3c 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.40 2008/11/22 20:16:43 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.41 2008/12/21 20:31:35 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -781,6 +781,13 @@ information to control the generation of Postscript. The following options are supported: .RS .TP +\fB\-channel \fIchannelName\fR +. +Specifies the name of the channel to which to write the Postscript. +If this option and the \fB\-file\fR option are +not specified then the Postscript is returned as the +result of the command. +.TP \fB\-colormap \fIvarName\fR . \fIVarName\fR must be the name of an array variable @@ -807,8 +814,9 @@ to black or white). \fB\-file \fIfileName\fR . Specifies the name of the file in which to write the Postscript. -If this option is not specified then the Postscript is returned as the -result of the command instead of being written to a file. +If this option and the \fB\-channel\fR option are +not specified then the Postscript is returned as the +result of the command. .TP \fB\-fontmap \fIvarName\fR . |