mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
xml-doc: correct pathnames
This commit is contained in:
parent
72ee30a182
commit
27e4fa54c2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue