diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 08:49:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 08:49:12 (GMT) |
commit | a312878e5b152c92c1736dc39f29007e19efab61 (patch) | |
tree | f29c5c0c6331b03c26871392bc54d38fff2e3727 /doc/exec.n | |
parent | 2ed7c8372b29c30467402db75b20a21f9577a451 (diff) | |
download | tcl-a312878e5b152c92c1736dc39f29007e19efab61.zip tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.gz tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.bz2 |
Eliminate exess spacings in many doc pages.
Diffstat (limited to 'doc/exec.n')
-rw-r--r-- | doc/exec.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. -'\" +'\" .TH exec n 8.5 Tcl "Tcl Built-In Commands" .so man.macros .BS @@ -220,7 +220,7 @@ discarded. The Tk console text widget does not provide real standard IO capabilities. Under Tk, when redirecting from standard input, all applications will see an immediate end-of-file; information redirected to standard output or standard -error will be discarded. +error will be discarded. .PP Either forward or backward slashes are accepted as path separators for arguments to Tcl commands. When executing an application, the path name @@ -231,7 +231,7 @@ backslashes only in paths. Any arguments to an application that specify a path name with forward slashes will not automatically be converted to use the backslash character. If an argument contains forward slashes as the path separator, it may or may not be recognized as a path name, depending on -the program. +the program. .PP Additionally, when calling a 16-bit DOS or Windows 3.X application, all path names must use the short, cryptic, path format (e.g., using |