summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2016-11-18 03:34:32 (GMT)
committerandy <andrew.m.goth@gmail.com>2016-11-18 03:34:32 (GMT)
commite0c2fc16a8641c16944de458557edf2d315d688b (patch)
treeef917a3634d9579e41055bb74aaad1e8b0502c1b /doc
parentd31be24ebfb55014fd29140d4406c8a840845763 (diff)
downloadtcl-e0c2fc16a8641c16944de458557edf2d315d688b.zip
tcl-e0c2fc16a8641c16944de458557edf2d315d688b.tar.gz
tcl-e0c2fc16a8641c16944de458557edf2d315d688b.tar.bz2
Remove extra space in documentation for [file stat]
Diffstat (limited to 'doc')
-rw-r--r--doc/file.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/file.n b/doc/file.n
index 2f8b70c..ad35dd5 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -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.