aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/tcl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-09-15 18:40:33 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-09-15 18:40:33 +0000
commitd6683983a56be96527aa9b22f149915cae9bc38e (patch)
tree91b615c8e09b1f0c0a1daa035dacfbc1950e2c23 /chapter08/tcl.xml
parenta2d41cf2c479ffc08caaf64591db7f2bf03a7d64 (diff)
Update to linux-5.8.9.
Update to bison-3.7.2. Update to elfutils-0.181. Update to meson-0.55.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r--chapter08/tcl.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml
index 72e8f9b43..71ddf63b7 100644
--- a/chapter08/tcl.xml
+++ b/chapter08/tcl.xml
@@ -139,6 +139,10 @@ unset SRCDIR</userinput></screen>
<screen><userinput remap="install">ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh</userinput></screen>
+ <para>Finally, rename a man page that conflicts with a Perl man page:</para>
+
+ <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
+
</sect2>
<sect2 id="contents-tcl" role="content">