Remove eol spaces in recently added tcl doc

This commit is contained in:
Pierre Labastie 2021-09-15 09:51:34 +02:00
parent 06e7b36118
commit 007d3bcce6

View File

@ -145,9 +145,9 @@ unset SRCDIR</userinput></screen>
<screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
<para>If you downloaded the optional documentation, install it by issuing
the following commands:</para>
the following commands:</para>
<screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
<screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
</sect2>