summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-23 12:15:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-23 12:15:51 (GMT)
commit5773f376ba34ea3679f1f7aef82761777e4c943c (patch)
tree695959192a05ba31443485d9464d24fbf1108710
parent3fcdcb78b8886afa6230579b2d3f3cc7a0cf95ec (diff)
downloadtcl-5773f376ba34ea3679f1f7aef82761777e4c943c.zip
tcl-5773f376ba34ea3679f1f7aef82761777e4c943c.tar.gz
tcl-5773f376ba34ea3679f1f7aef82761777e4c943c.tar.bz2
formatting. Missing "command"
-rw-r--r--doc/info.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info.n b/doc/info.n
index 5b6a74e..f4190e4 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -284,9 +284,9 @@ directory in which the scripts distributed with Tcl scripts are stored.
.TP
\fBinfo loaded \fR?\fIinterp\fR? ?\fIprefix\fR?
.
-Returns the name of each file loaded in \fIinterp\fR by the \fBload\fR
-with prefix \fIprefix\fR . If \fIprefix\fR is not given, returns a list where each item
-is the name of the loaded file and the prefix for which the file
+Returns the name of each file loaded in \fIinterp\fR by the \fBload\fR command
+with prefix \fIprefix\fR . If \fIprefix\fR is not given, returns a list where
+each item is the name of the loaded file and the prefix for which the file
was loaded. For a statically-loaded package the name of the file is the empty
string. For \fIinterp\fR, the empty string is the current interpreter.
.\" METHOD: locals