summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-21 20:31:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-21 20:31:35 (GMT)
commite1e3a790b3a5ab11c9de357fde8a004fceb9f4e9 (patch)
tree37b0c2c196fa99f253abdc4c6ae0ec65a792625d
parentc9029f2d84cfe05c0fea10a22caaad2d48aa6f84 (diff)
downloadtk-e1e3a790b3a5ab11c9de357fde8a004fceb9f4e9.zip
tk-e1e3a790b3a5ab11c9de357fde8a004fceb9f4e9.tar.gz
tk-e1e3a790b3a5ab11c9de357fde8a004fceb9f4e9.tar.bz2
Regularized doc of postscript subcommand's -channel option.
-rw-r--r--ChangeLog5
-rw-r--r--doc/canvas.n14
2 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 647722c..66b383b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-21 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/canvas.n (postscript): Regularized documentation of -channel
+ option.
+
2008-12-19 Don Porter <dgp@users.sourceforge.net>
*** 8.6b1 TAGGED FOR RELEASE ***
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
.