diff options
author | andy <andrew.m.goth@gmail.com> | 2016-11-18 03:34:32 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2016-11-18 03:34:32 (GMT) |
commit | e0c2fc16a8641c16944de458557edf2d315d688b (patch) | |
tree | ef917a3634d9579e41055bb74aaad1e8b0502c1b /doc/file.n | |
parent | d31be24ebfb55014fd29140d4406c8a840845763 (diff) | |
download | tcl-e0c2fc16a8641c16944de458557edf2d315d688b.zip tcl-e0c2fc16a8641c16944de458557edf2d315d688b.tar.gz tcl-e0c2fc16a8641c16944de458557edf2d315d688b.tar.bz2 |
Remove extra space in documentation for [file stat]
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ that use the third component do not attempt to perform tilde substitution. .RE .TP -\fBfile stat \fIname varName\fR +\fBfile stat \fIname varName\fR . Invokes the \fBstat\fR kernel call on \fIname\fR, and uses the variable given by \fIvarName\fR to hold information returned from the kernel call. |