xml-doc: correct pathnames

This commit is contained in:
Daniel Kochmański 2016-12-09 22:15:40 +01:00
parent 72ee30a182
commit 27e4fa54c2
2 changed files with 3 additions and 3 deletions

View file

@ -219,7 +219,7 @@
<listitem>
<para>Prepare a directory (hereafter called <firstterm>ECL directory</firstterm>) for
ECL. In the following examples, we suppose that the <emphasis>ECL
directory</emphasis> is <filename>/usr/local/ecl</filename>.</para>
directory</emphasis> is <filename>/usr/local/bin/ecl</filename>.</para>
</listitem>
<listitem>
<para>Extract the content from the compressed tar file.<screen>
@ -232,7 +232,7 @@
$ ./configure
</screen>This example will prepare to install executable files, manual pages and
info files in standard directories like <filename>/usr/local/bin</filename>,
<filename>/usr/local/man/man1</filename>, <filename>/usr/local/info</filename>.</para>
<filename>/usr/local/share/man/man1</filename>.</para>
</listitem>
<listitem>
<para>If you don't have access rights to these directories, you should

View file

@ -399,7 +399,7 @@
</step>
<step>
<para>Make sure the program is installed and ready to run
<screen>$ /usr/local/ecl
<screen>$ /usr/local/bin/ecl
ECL (Embeddable Common-Lisp) 16.0.0
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi