diff options
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 4 |
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"> |