summaryrefslogtreecommitdiffstats
path: root/doc/print.n
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-07-06 01:50:15 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-07-06 01:50:15 (GMT)
commit33e913ff563dcc835f0a69265cbcaf1724f5d613 (patch)
treec9a6395a6b00598a39d5226333092738d863340b /doc/print.n
parent91bc681bdecad4f2fa479ab5459a93e1c1fe8617 (diff)
downloadtk-33e913ff563dcc835f0a69265cbcaf1724f5d613.zip
tk-33e913ff563dcc835f0a69265cbcaf1724f5d613.tar.gz
tk-33e913ff563dcc835f0a69265cbcaf1724f5d613.tar.bz2
Remove canvas and text literals from Tk print command; replace system() call in macOSX implementation with execv; clean up documentation
Diffstat (limited to 'doc/print.n')
-rw-r--r--doc/print.n9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/print.n b/doc/print.n
index c12d369..3f51866 100644
--- a/doc/print.n
+++ b/doc/print.n
@@ -10,10 +10,8 @@
.SH NAME
print \- Print canvas and text widgets using native dialogs and APIs.
.SH SYNOPSIS
-\fBtk print canvas\fR \fIwindow\fR
-.sp
-\fBtk print text\fR \fIwindow\fR
-.BE
+\fBtk print \fIwindow\fR
+.
.SH DESCRIPTION
.PP
The \fBtk print\fR command posts a dialog that allows users to print output
@@ -30,9 +28,6 @@ Unix commands, and the \fBtk print\fR command does not supersede that
functionality; it builds on it. The \fBtk print\fR command is a fuller
implementation that uses native dialogs on macOS and Windows, and a Tk-based
dialog that provides parallel functionality on X11.
-.PP
-Note that the first argument to \fBtk print\fR is the type of widget being
-printed; currently only \fBcanvas\fR and \fBtext\fR widgets may be printed.
.SH PLATFORM NOTES
.TP
\fBmacOS\fR