Skip to content

Commit

Permalink
Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Jun 29, 2024
2 parents 38bfb97 + a3f770b commit 6de8e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tm.n
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tm \- Facilities for locating and loading of Tcl Modules
\fB::tcl::tm::path add \fR?\fIpath\fR...?
\fB::tcl::tm::path remove \fR?\fIpath\fR...?
\fB::tcl::tm::path list\fR
\fB::tcl::tm::roots \fR?\fIpath\fR...?
\fB::tcl::tm::roots \fR\fIpaths\fR
.fi
.BE
.SH DESCRIPTION
Expand Down Expand Up @@ -61,10 +61,10 @@ Returns a list containing all registered module paths, in the order
that they are searched for modules.
.\" COMMAND: roots
.TP
\fB::tcl::tm::roots \fR?\fIpath\fR...?
\fB::tcl::tm::roots \fR\fIpaths\fR
.
Similar to \fBpath add\fR, and layered on top of it. This command
takes a list of paths, extends each with
takes a single argument containing a list of paths, extends each with
.QW "\fBtcl\fIX\fB/site-tcl\fR" ,
and
.QW "\fBtcl\fIX\fB/\fIX\fB.\fIy\fR" ,
Expand Down

0 comments on commit 6de8e82

Please sign in to comment.