diff options
Diffstat (limited to 'contrib/tcl/doc/info.n')
-rw-r--r-- | contrib/tcl/doc/info.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/tcl/doc/info.n b/contrib/tcl/doc/info.n index 10fb1aa..a84509c 100644 --- a/contrib/tcl/doc/info.n +++ b/contrib/tcl/doc/info.n @@ -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. '\" -'\" SCCS: @(#) info.n 1.12 96/03/25 20:17:12 +'\" SCCS: @(#) info.n 1.13 96/07/20 16:07:40 '\" .so man.macros .TH info n 7.5 Tcl "Tcl Built-In Commands" @@ -106,7 +106,10 @@ Each list element is a sub-list with two elements consisting of the name of the file from which the package was loaded and the name of the package. For statically-loaded packages the file name will be an empty string. -\fIInterp\fR defaults to the current interpreter. +If \fIinterp\fR is omitted then information is returned for all packages +loaded in any interpreter in the process. +To get a list of just the packages in the current interpreter, specify +an empty string for the \fIinterp\fR argument. .VE .TP \fBinfo locals \fR?\fIpattern\fR? |