Changeset 28badf4
- Timestamp:
- 02/10/2005 09:24:58 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 64a8cf6
- Parents:
- ee1c43a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/cvs.xml
ree1c43a r28badf4 54 54 <xref linkend="gs"/> or <xref linkend="espgs"/>, 55 55 <ulink url="../server/mail.html">MTA</ulink> and 56 <xref linkend=" postlfs-editors-vim"/>56 <xref linkend="vim"/> 57 57 </para></sect4> 58 58 </sect3> -
general/sysutils/fcron.xml
ree1c43a r28badf4 49 49 <xref linkend="docbook-utils"/> and 50 50 <ulink url="../postlfs/editors.html">a text editor</ulink> (default is 51 <xref linkend=" postlfs-editors-vim"/>)</para>51 <xref linkend="vim"/>)</para> 52 52 </sect4> 53 53 </sect3> -
postlfs/editors/vim.xml
ree1c43a r28badf4 13 13 ]> 14 14 15 <sect1 id=" postlfs-editors-vim" xreflabel="Vim-&vim-version;">15 <sect1 id="vim" xreflabel="Vim-&vim-version;"> 16 16 <sect1info> 17 17 <othername>$LastChangedBy$</othername> … … 98 98 ./configure --prefix=/usr \ 99 99 --with-features=huge && 100 make && 101 make install</command></userinput></screen> 100 make</command></userinput></screen> 101 102 <para>Now, as the root user:</para> 103 104 <screen><userinput role='root'><command>make install</command></userinput></screen> 102 105 103 106 </sect2> … … 118 121 <title>Contents</title> 119 122 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 124 can be found at <ulink 125 url="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> 134 181 135 182 </sect2> -
postlfs/security/openssl.xml
ree1c43a r28badf4 173 173 174 174 <varlistentry id="libcrypto"> 175 <term><filename class='libraryfile'>libcrypto </filename></term>175 <term><filename class='libraryfile'>libcrypto.[so,a]</filename></term> 176 176 <listitem><para>implements a wide range of cryptographic algorithms used in 177 177 various Internet standards. The services provided by this library are used by … … 188 188 189 189 <varlistentry id="libssl"> 190 <term><filename class='libraryfile'>libssl </filename></term>190 <term><filename class='libraryfile'>libssl.[so,a]</filename></term> 191 191 <listitem><para>implements the Secure Sockets Layer (<acronym>SSL</acronym> 192 192 v2/v3) and Transport Layer Security (<acronym>TLS</acronym> v1) protocols. It
Note:
See TracChangeset
for help on using the changeset viewer.