Skip to content

Commit

Permalink
Minor fix in "load" documentation. Update release notes for "info loa…
Browse files Browse the repository at this point in the history
…ded" change
  • Loading branch information
jan.nijtmans committed Aug 23, 2024
2 parents 7ada7ba + 851b924 commit edcf39c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ writing Tcl scripts.
- `readFile`, `writeFile`, `foreachLine`

## New command options
- `regsub ... -command ...`
- `lsearch ... -stride ...`
- `clock scan ... -validate ...`
- `info loaded ... ?prefix?`
- `lsearch ... -stride ...`
- `regsub ... -command ...`
- `socket ... -nodelay ... -keepalive ...`
- `vwait` controlled by several new options

Expand Down
6 changes: 3 additions & 3 deletions doc/load.n
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ be specified.
If \fIprefix\fR is omitted or specified as an empty string,
Tcl tries to guess the prefix by taking the last element of
\fIfileName\fR, strip off the first three characters if they
are \fBlib\fR, then strip off the next three characters if
they are \fBtcl9\fR, and use any following wordchars but not digits,
converted to titlecase as the prefix.
are \fBlib\fR, then strip off the next four characters if
they are \fBtcl9\fR, and use any following wordchars
but not digits, converted to titlecase as the prefix.
For example, the command \fBload libxyz4.2.so\fR uses the prefix
\fBXyz\fR and the command \fBload bin/last.so {}\fR uses the
prefix \fBLast\fR.
Expand Down

0 comments on commit edcf39c

Please sign in to comment.