diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-03 16:24:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-03 16:24:54 (GMT) |
commit | 7a10a2be2a9fe8c3432bbe4c9cddb7f9d885706b (patch) | |
tree | dcbede1366b8ad77aa35782998060f6d0282edb1 /doc | |
parent | 43f7007771ed58d903f1797ed244b7ccf1c9f526 (diff) | |
parent | 438c452e138ae039893d7b8274a637fca2168f78 (diff) | |
download | tk-7a10a2be2a9fe8c3432bbe4c9cddb7f9d885706b.zip tk-7a10a2be2a9fe8c3432bbe4c9cddb7f9d885706b.tar.gz tk-7a10a2be2a9fe8c3432bbe4c9cddb7f9d885706b.tar.bz2 |
TIP #590: Recommend lowercase Package Names. Tk 8.7 is now _tk_ 8.7 as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/console.n | 2 | ||||
-rw-r--r-- | doc/tkvars.n | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/console.n b/doc/console.n index 40b7426..0a9a794 100644 --- a/doc/console.n +++ b/doc/console.n @@ -23,7 +23,7 @@ the \fBconsole\fR command. The behaviour of the console window is defined mainly through the contents of the \fIconsole.tcl\fR file in the Tk library. Except for TkAqua, this command is not available when Tk is loaded into a tclsh interpreter with -.QW "\fBpackage require Tk\fR" , +.QW "\fBpackage require tk\fR" , as a conventional terminal is expected to be present in that case. In TkAqua, this command is disabled when there is a startup script and stdin is \fB/dev/null\fR (as is the case e.g. when a bundled application diff --git a/doc/tkvars.n b/doc/tkvars.n index f872d1f..8a0b11d 100644 --- a/doc/tkvars.n +++ b/doc/tkvars.n @@ -50,7 +50,7 @@ it uniquely identifies an official version of Tk. .RS .PP This value is normally the same as the result of -.QW "\fBpackage require\fR \fBTk\fR" . +.QW "\fBpackage require\fR \fBtk\fR" . .RE .TP \fBtk_strictMotif\fR |