Changeset 28badf4


Ignore:
Timestamp:
02/10/2005 09:24:58 PM (19 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64a8cf6
Parents:
ee1c43a
Message:

reformat vim

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3430 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    ree1c43a r28badf4  
    5454<xref linkend="gs"/> or <xref linkend="espgs"/>,
    5555<ulink url="../server/mail.html">MTA</ulink> and
    56 <xref linkend="postlfs-editors-vim"/>
     56<xref linkend="vim"/>
    5757</para></sect4>
    5858</sect3>
  • general/sysutils/fcron.xml

    ree1c43a r28badf4  
    4949<xref linkend="docbook-utils"/> and
    5050<ulink url="../postlfs/editors.html">a text editor</ulink> (default is
    51 <xref linkend="postlfs-editors-vim"/>)</para>
     51<xref linkend="vim"/>)</para>
    5252</sect4>
    5353</sect3>
  • postlfs/editors/vim.xml

    ree1c43a r28badf4  
    1313]>
    1414
    15 <sect1 id="postlfs-editors-vim" xreflabel="Vim-&vim-version;">
     15<sect1 id="vim" xreflabel="Vim-&vim-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    9898./configure --prefix=/usr \
    9999   --with-features=huge &amp;&amp;
    100 make &amp;&amp;
    101 make install</command></userinput></screen>
     100make</command></userinput></screen>
     101
     102<para>Now, as the root user:</para>
     103
     104<screen><userinput role='root'><command>make install</command></userinput></screen>
    102105
    103106</sect2>
     
    118121<title>Contents</title>
    119122
    120 <para>The <application>Vim</application> package contains
    121 <command>eview</command>, <command>evim</command>,
    122 <command>ex</command>, <command>gview</command>,
    123 <command>gvim</command>, <command>gvimdiff</command>,
    124 <command>rgview</command>, <command>rgvim</command>,
    125 <command>rview</command>, <command>rvim</command>,
    126 <command>view</command>, <command>vim</command>,
    127 <command>vimdiff</command>, <command>vimtutor</command> and
    128 <command>xxd</command>. Except for <command>vimtutor</command> and
    129 <command>xxd</command>, all the other commands are symlinks to
    130 <command>vim</command> and  start <command>vim</command> with different
    131 options. <command>vimtutor</command> is a tool to  learn the various
    132 <command>vim</command> commands and <command>xxd</command> is a command used
    133 to create hex dumps.</para>
     123<para>A list of the reinstalled files, along with their short descriptions
     124can be found at <ulink
     125url="http://www.linuxfromscratch.org/lfs/view/6.0/chapter06/vimhtml"/>.
     126</para>
     127
     128<segmentedlist>
     129<segtitle>Installed Programs</segtitle>
     130<seglistitem>
     131<seg>gview, gvim, gvimdiff, rgview, rgvim</seg>
     132</seglistitem>
     133</segmentedlist>
     134
     135<variablelist>
     136<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     137<?dbfo list-presentation="list"?>
     138
     139<varlistentry id="gview">
     140<term><filename>gview</filename></term>
     141<listitem><para>starts <command>gvim</command> in read-only mode.</para>
     142<indexterm zone="vim gview">
     143<primary sortas="b-gview">gview</primary></indexterm>
     144</listitem>
     145</varlistentry>
     146
     147<varlistentry id="gvim">
     148<term><filename>gvim</filename></term>
     149<listitem><para>is the editor that runs under X and includes a <acronym>GUI</acronym></para>
     150<indexterm zone="vim gvim">
     151<primary sortas="b-gvim">gvim</primary></indexterm>
     152</listitem>
     153</varlistentry>
     154
     155<varlistentry id="gvimdiff">
     156<term><filename>gvimdiff</filename></term>
     157<listitem><para>edits two or three versions of a file with
     158<command>gvim</command> and show differences.</para>
     159<indexterm zone="vim gvimdiff">
     160<primary sortas="b-gvimdiff">gvimdiff</primary></indexterm>
     161</listitem>
     162</varlistentry>
     163
     164<varlistentry id="rgview">
     165<term><filename>rgview</filename></term>
     166<listitem><para>is a restricted version of <command>gview</command>.</para>
     167<indexterm zone="vim rgview">
     168<primary sortas="b-rgview">rgview</primary></indexterm>
     169</listitem>
     170</varlistentry>
     171
     172<varlistentry id="rgvim">
     173<term><filename>rgvim</filename></term>
     174<listitem><para>is a restricted version of <command>gvim</command>. </para>
     175<indexterm zone="vim gvim">
     176<primary sortas="b-gvim">gvim</primary></indexterm>
     177</listitem>
     178</varlistentry>
     179
     180</variablelist>
    134181
    135182</sect2>
  • postlfs/security/openssl.xml

    ree1c43a r28badf4  
    173173
    174174<varlistentry id="libcrypto">
    175 <term><filename class='libraryfile'>libcrypto</filename></term>
     175<term><filename class='libraryfile'>libcrypto.[so,a]</filename></term>
    176176<listitem><para>implements a wide range of cryptographic algorithms used in
    177177various Internet standards. The services provided by  this library are used by
     
    188188
    189189<varlistentry id="libssl">
    190 <term><filename class='libraryfile'>libssl</filename></term>
     190<term><filename class='libraryfile'>libssl.[so,a]</filename></term>
    191191<listitem><para>implements the Secure Sockets Layer (<acronym>SSL</acronym>
    192192v2/v3) and Transport Layer Security (<acronym>TLS</acronym> v1) protocols. It
Note: See TracChangeset for help on using the changeset viewer.