Changeset 45b07cb for general


Ignore:
Timestamp:
08/27/2024 07:44:49 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, trunk
Children:
46038cfd
Parents:
00620f63
Message:

clisp: various style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/clisp.xml

    r00620f63 r45b07cb  
    111111
    112112    <para>
    113       Remove two tests, which fail for unknown reasons:
     113      Remove two tests which fail for unknown reasons:
    114114    </para>
    115115
     
    165165
    166166    <para>
    167       <command>--docdir=/usr/share/doc/clisp-&clisp-version;</command>:
    168       this ensures the html documentation will go into a versioned directory
    169       instead of straight into <filename
     167      <parameter>--docdir=/usr/share/doc/clisp-&clisp-version;</parameter>:
     168      this switch forces the HTML documentation to be installed intoto a
     169      versioned directory, rather than into <filename
    170170      class="directory">/usr/share/html/</filename>.
    171171    </para>
    172172
    173173    <para>
    174       <command>--with-libsigsegv-prefix=/usr</command>: use this to tell
     174      <parameter>--with-libsigsegv-prefix=/usr</parameter>: use this to tell
    175175      <command>configure</command> that you have installed
    176176      <package>libsigsegv</package> in /usr, otherwise it will not be
     
    181181      <option>--with-libffcall-prefix=/usr</option>: use this to tell
    182182      <command>configure</command> that you have installed the optional
    183       <package>libffcall</package> in /usr, otherwise like
     183      <package>libffcall</package> package in /usr, otherwise like
    184184      <package>libsigsegv</package> it will not be found.
    185185    </para>
     
    197197      <seglistitem>
    198198        <seg>
    199           clisp, clisp-link
     199          clisp and clisp-link
    200200        </seg>
    201201        <seg>
     
    204204        </seg>
    205205        <seg>
    206           /usr/lib/clisp-&clisp-version;
    207           /usr/share/doc/clisp-&clisp-version;
    208           /usr/share/emacs/site-lisp;
     206          /usr/lib/clisp-&clisp-version;,
     207          /usr/share/doc/clisp-&clisp-version;, and
     208          /usr/share/emacs/site-lisp
    209209        </seg>
    210210      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.