diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-11 14:47:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-11 14:47:03 (GMT) |
commit | 88c76da7f7b34507aafaf94a6329fb943f881029 (patch) | |
tree | 9934a9966d2427ad4356a8946fa0909e8ddbe59c /doc/wish.1 | |
parent | b47f7f289518bdeb092ddcf0e70ffc722c37935d (diff) | |
download | tk-88c76da7f7b34507aafaf94a6329fb943f881029.zip tk-88c76da7f7b34507aafaf94a6329fb943f881029.tar.gz tk-88c76da7f7b34507aafaf94a6329fb943f881029.tar.bz2 |
Excess spacing in documentation
Diffstat (limited to 'doc/wish.1')
-rw-r--r-- | doc/wish.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" +'\" .TH wish 1 8.0 Tk "Tk Applications" .so man.macros .BS @@ -77,7 +77,7 @@ If there exists a file in the home directory of the user, \fBwish\fR evaluates the file as a Tcl script just before reading the first command from standard input. .PP -If arguments to \fBwish\fR do specify a \fIfileName\fR, then +If arguments to \fBwish\fR do specify a \fIfileName\fR, then \fIfileName\fR is treated as the name of a script file. \fBWish\fR will evaluate the script in \fIfileName\fR (which presumably creates a user interface), then it will respond to events |