diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:52:27 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:52:27 +0200 |
commit | 9af096edf5256490c71e1350bef6ffea418b0811 (patch) | |
tree | 1123948e704c2c1ab020afcda0af121659d667fb | |
parent | d4c8dce41281747caf8a0537a3c41b64e78f767c (diff) | |
parent | 007d3bcce6dc5aa33a0d74de203f40d00fe3da49 (diff) |
Merge branch 'trunk' into plabs/condxml
-rw-r--r-- | chapter08/tcl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index facdfd518..7e5d4357f 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -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> |