Changeset 0290a023
- Timestamp:
- 01/15/2005 12:30:04 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 74f974b
- Parents:
- a3045a1
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
ra3045a1 r0290a023 63 63 stylesheets/blfs-print.xsl index.xml 64 64 sed -i -e "s/inherit/all/" blfs-print.fo 65 /opt/fop/fop.sh blfs-print.fo blfs-print.pdf65 fop.sh blfs-print.fo blfs-print.pdf 66 66 $(INSTALL) -d $(BASEDIR)print 67 67 rm blfs-print.fo -
postlfs/config/autofs.xml
ra3045a1 r0290a023 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Place this in the general.ent file8 <!ENTITY template-version "">9 -->10 6 11 7 <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-&autofs-version;.tar.bz2"> … … 24 20 <?dbhtml filename="autofs.html"?> 25 21 <title>Automate Mounting of Removable File Systems</title> 22 <indexterm zone="autofs"> 23 <primary sortas="a-Autofs">Autofs</primary></indexterm> 26 24 27 25 <sect2> … … 37 35 <sect3><title>Package information</title> 38 36 <itemizedlist spacing="compact"> 39 <listitem><para>Download (HTTP): <ulink url="&autofs-download-http;"/></para></listitem> 40 <listitem><para>Download (FTP): <ulink url="&autofs-download-ftp;"/></para></listitem> 37 <listitem><para>Download (HTTP): 38 <ulink url="&autofs-download-http;"/></para></listitem> 39 <listitem><para>Download (FTP): 40 <ulink url="&autofs-download-ftp;"/></para></listitem> 41 41 <listitem><para>Download MD5 sum: &autofs-md5sum;</para></listitem> 42 42 <listitem><para>Download size: &autofs-size;</para></listitem> 43 <listitem><para>Estimated disk space required: &autofs-buildsize;</para></listitem> 44 <listitem><para>Estimated build time: &autofs-time;</para></listitem></itemizedlist> 43 <listitem><para>Estimated disk space required: 44 &autofs-buildsize;</para></listitem> 45 <listitem><para>Estimated build time: 46 &autofs-time;</para></listitem></itemizedlist> 45 47 </sect3> 46 48 … … 66 68 <sect2> 67 69 <title>Installation of <application>autofs</application></title> 68 69 <para>Install <application>autofs</application> by running the following70 commands:</para>71 70 72 71 <para>Verify that kernel support has been compiled in or built as … … 79 78 Recompile and install the new kernel, if necessary.</para> 80 79 80 <para>Install <application>autofs</application> by running the following 81 commands:</para> 82 81 83 <screen><userinput><command>./configure --prefix=/ --mandir=/usr/share/man && 82 84 make && … … 97 99 <title>Configuring <application>autofs</application></title> 98 100 99 <sect3 ><title>Config files</title>101 <sect3 id="autofs-config"><title>Config files</title> 100 102 <para><filename>/etc/sysconfig/autofs.conf</filename>, 101 103 <filename>/etc/auto.master</filename>, 102 104 <filename>/etc/auto.misc</filename>, and 103 105 <filename>/etc/auto.net</filename></para> 106 <indexterm zone="autofs autofs-config" > 107 <primary 108 sortas="e-etc-sysconfig-autofs.conf">/etc/sysconfig/autofs.conf</primary> 109 </indexterm> 110 <indexterm zone="autofs autofs-config"> 111 <primary sortas="e-etc-auto.master">/etc/auto.master</primary></indexterm> 112 <indexterm zone="autofs autofs-config"> 113 <primary sortas="e-etc-auto.misc">/etc/auto.misc</primary></indexterm> 114 <indexterm zone="autofs autofs-config"> 115 <primary sortas="e-etc-auto.net">/etc/auto.net</primary></indexterm> 104 116 </sect3> 105 117 … … 137 149 <command>man 5 autofs</command> command.</para> 138 150 139 <para>Install the <filename>/etc/rc.d/init.d/autofs</filename> mount 140 script and <filename>/etc/sysconfig/autofs.conf</filename> support file 151 <para id="autofs-init">Install the 152 <filename>/etc/rc.d/init.d/autofs</filename> mount script and 153 <filename>/etc/sysconfig/autofs.conf</filename> support file 141 154 included with the <xref linkend="intro-important-bootscripts"/> 142 155 package.</para> 156 <indexterm zone="autofs autofs-init"> 157 <primary sortas="f-autofs-init">autofs</primary></indexterm> 143 158 144 159 <screen><userinput><command>make install-autofs</command></userinput></screen> … … 157 172 <title>Contents</title> 158 173 159 <para>The <application>autofs</application> package contains 160 <command>automount</command> and <filename>autofs</filename> library 161 modules.</para> 162 163 </sect2> 164 165 <sect2><title>Description</title> 166 167 <sect3><title>automount</title> 168 <para><command>automount</command> is the daemon that performs the 169 mounting when a request is made for the device.</para></sect3> 174 <segmentedlist> 175 <segtitle>Installed Program</segtitle> 176 <segtitle>Installed Libraries</segtitle> 177 <seglistitem> 178 <seg>automount</seg> 179 <seg>autofs modules</seg> 180 </seglistitem> 181 </segmentedlist> 182 183 <variablelist> 184 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 185 <?dbfo list-presentation="list"?> 186 187 <varlistentry id="automount"> 188 <term><command>automount</command></term> 189 <listitem><para>is the daemon that performs the mounting when a request is 190 made for the device.</para> 191 <indexterm zone="autofs automount"> 192 <primary sortas="b-automount">automount</primary></indexterm> 193 </listitem> 194 </varlistentry> 195 </variablelist> 170 196 171 197 </sect2> -
postlfs/config/bootdisk.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-bootdisk" >8 <sect1 id="postlfs-config-bootdisk" xreflabel="Creating a Custom Book Disk"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> -
postlfs/config/compressdoc.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="compressdoc" xreflabel=" compressdoc">8 <sect1 id="compressdoc" xreflabel="Compressing man and info pages"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> -
postlfs/config/config.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <chapter id="postlfs-config" >8 <chapter id="postlfs-config" xreflabel="After LFS Configuration Issues"> 9 9 <?dbhtml filename="config.html"?> 10 10 <title>After <acronym>LFS</acronym> Configuration Issues</title> … … 23 23 of editing the file. The advantage of text-only configuration is that 24 24 you can edit parameters using your favorite text editor, whether that 25 be vim, emacsor anything else.</para>25 be <command>vim</command>, <command>emacs</command> or anything else.</para> 26 26 27 27 <para>The first task is making a recovery diskette because it's the most … … 29 29 new users, in "Configuring for Adding Users", because this 30 30 can affect the choices you make in the two subsequent topics - 31 "The Bash Shell Startup Files" and 32 "/etc/vimrc, ~/.vimrc". 33 </para> 31 "The Bash Shell Startup Files" and "The /etc/vimrc and ~/.vimrc" 32 Files.</para> 34 33 35 <para> The remaining topics, " /etc/issue (Customizing your logon)", "/etc/shells",36 " Random number generation", "Man page issues" and "Info page issues" are37 then addressed, in that order. They don't have much interaction with the 38 other topics in this chapter. 39 </para>34 <para> The remaining topics, "Customizing your Logon with /etc/issue", 35 "The /etc/shells File", "Random number generation", "Compressing man and info 36 pages" page issues", "Automate Mounting of Removable File Systems" and 37 "Configuring for Network Filesystems" are then addressed, in that order. They 38 don't have much interaction with the other topics in this chapter.</para> 40 39 41 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootdisk.xml"/> -
postlfs/config/etcshells.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-shells" >8 <sect1 id="postlfs-config-shells" xreflabel="The /etc/shells File"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 12 12 </sect1info> 13 13 <?dbhtml filename="etcshells.html"?> 14 <title>/etc/shells</title> 14 <title>The /etc/shells File</title> 15 <indexterm zone="postlfs-config-shells"> 16 <primary sortas="e-etc-shells">/etc/shells</primary> 17 </indexterm> 15 18 16 19 <para>The <filename>shells</filename> file contains a list of … … 25 28 26 29 <para>It is a requirement for applications such as 27 <a cronym>GDM</acronym> which does not populate the face browser if it28 can't find <filename>/etc/shells</filename> or <acronym>FTP</acronym> 29 daemons which traditionally disallow access to users with shells not 30 included in this file.</para>30 <application><acronym>GDM</acronym></application> which does not populate the 31 face browser if it can't find <filename>/etc/shells</filename> or 32 <acronym>FTP</acronym> daemons which traditionally disallow access to users 33 with shells not included in this file.</para> 31 34 32 35 <screen><userinput><command>cat > /etc/shells << "EOF"</command> -
postlfs/config/inputrc.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-inputrc" xreflabel=" /etc/inputrc">8 <sect1 id="postlfs-config-inputrc" xreflabel="Introduction to /etc/inputrc"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 13 13 <?dbhtml filename="inputrc.html"?> 14 14 <title>/etc/inputrc</title> 15 <indexterm zone="postlfs-config-inputrc"> 16 <primary sortas="e-etc-inputrc">/etc/inputrc</primary></indexterm> 17 <indexterm zone="postlfs-config-inputrc"> 18 <primary sortas="e-AA.inputrc">~/.inputrc</primary></indexterm> 15 19 16 20 <para><filename>Inputrc</filename> deals with the mapping of the keyboard for … … 36 40 directory for use with new users.</para> 37 41 38 <para> 39 Below is a base <filename>/etc/inputrc</filename> along with 42 <para>Below is a base <filename>/etc/inputrc</filename> along with 40 43 comments to explain what the various options do. Note that comments 41 can <emphasis>not</emphasis> be on the same line as commands. 42 </para> 44 can <emphasis>not</emphasis> be on the same line as commands.</para> 43 45 44 46 <para>If you will create an <filename>.inputrc</filename> in … … 48 50 file to <filename>/etc/inputrc</filename> and the home directory 49 51 of any user already existing in the system, including root, that needs 50 a private version of the file. Be sure to use the <option>-p</option> parameter 51 of <command>cp</command> to maintain permissions and be sure to change owner and group 52 appropriately. 53 </para> 52 a private version of the file. Be sure to use the <option>-p</option> 53 parameter of <command>cp</command> to maintain permissions and be sure to 54 change owner and group appropriately.</para> 54 55 55 56 <screen><userinput><command>cat > /etc/inputrc << "EOF"</command> -
postlfs/config/logon.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-logon" >8 <sect1 id="postlfs-config-logon" xreflabel="Customizing your Logon with /etc/issue"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 12 12 </sect1info> 13 13 <?dbhtml filename="logon.html"?> 14 <title>/etc/issue (Customizing your logon)</title> 14 <title>Customizing your Logon with /etc/issue</title> 15 <indexterm zone="postlfs-config-logon"> 16 <primary sortas="e-etc-issue">/etc/issue</primary></indexterm> 15 17 16 18 <para>When you first boot up your new <acronym>LFS</acronym> system, the logon 17 screen will 18 be nice and plain (as it should be in a bare-bones system). Many people 19 however, will want their system to display some information in the logon 19 screen will be nice and plain (as it should be in a bare-bones system). Many 20 people however, will want their system to display some information in the logon 20 21 message. This can be accomplished using the 21 22 file <filename>/etc/issue</filename>.</para> … … 31 32 <para>One of the most common things which people want to do is to clear 32 33 the screen at each logon. The easiest way of doing that is to put a 33 "clear" escape-sequence into <filename>/etc/issue</filename>. A simple way of doing 34 this is to do <userinput><command>clear > /etc/issue</command></userinput>. 34 "clear" escape-sequence into <filename>/etc/issue</filename>. A simple way of 35 doing this is to do <userinput><command>clear > 36 /etc/issue</command></userinput>. 35 37 This will insert the relevant escape code into the start of the 36 38 <filename>/etc/issue</filename> file. Note that if you do this, when -
postlfs/config/netfs.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-netfs" xreflabel=" netfs">8 <sect1 id="postlfs-config-netfs" xreflabel="Configuring for Network Filesystems"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 14 14 <title>Configuring for Network Filesystems</title> 15 15 <indexterm zone="postlfs-config-netfs"> 16 <primary sortas="f-netfs- config">netfs</primary></indexterm>16 <primary sortas="f-netfs-init">netfs</primary></indexterm> 17 17 18 18 <para>While <acronym>LFS</acronym> is capable of mounting network file -
postlfs/config/random.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-random" xreflabel=" random">8 <sect1 id="postlfs-config-random" xreflabel="Random number generation"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 13 13 <?dbhtml filename="random.html"?> 14 14 <title>Random number generation</title> 15 <indexterm zone="postlfs-config-random"> 16 <primary sortas="f-random-init">random</primary></indexterm> 15 17 16 18 <para>The Linux kernel supplies a random number generator which is accessed -
postlfs/config/skel.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-skel" >8 <sect1 id="postlfs-config-skel" xreflabel="Configuring for Adding Users"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 13 13 <?dbhtml filename="skel.html"?> 14 14 <title>Configuring for Adding Users</title> 15 <indexterm zone="postlfs-config-skel"> 16 <primary sortas="e-etc-skel">/etc/skel/*</primary></indexterm> 17 <indexterm zone="postlfs-config-skel"> 18 <primary sortas="e-etc-default-useradd">/etc/default/useradd</primary> 19 </indexterm> 15 20 16 21 <para>Together, the <command>/usr/sbin/useradd</command> command and 17 <filename class="directory">/etc/skel</filename> directory (both are easy to setup and use) 18 provide a way to assure new users are added on your <acronym>LFS</acronym> 19 system with the same beginning settings for things like <envar>PATH</envar>, 20 keyboard processing and environmental variables. Using these two facilities 21 makes it easier to assure this initial state for each new user.</para> 22 <filename class="directory">/etc/skel</filename> directory (both are easy to 23 setup and use) provide a way to assure new users are added on your 24 <acronym>LFS</acronym> system with the same beginning settings for things 25 like <envar>PATH</envar>, keyboard processing and environmental variables. 26 Using these two facilities makes it easier to assure this initial state for 27 each new user.</para> 22 28 23 <para>The <filename class="directory">/etc/skel</filename> directory holds copies of various24 initialization and other files that may be copied to the new user's home 25 directory when the <command>/usr/sbin/useradd</command> program adds the new26 user.</para>29 <para>The <filename class="directory">/etc/skel</filename> directory holds 30 copies of various initialization and other files that may be copied to the 31 new user's home directory when the <command>/usr/sbin/useradd</command> 32 program adds the new user.</para> 27 33 28 34 <para><emphasis>Useradd</emphasis></para> … … 31 37 default values kept in <filename>/etc/default/useradd</filename>, 32 38 if it exists. If the file does not exist, then it uses some internal 33 defaults. You can see the default values by running <command>/usr/sbin/useradd34 -D</command>.</para>39 defaults. You can see the default values by running 40 <command>/usr/sbin/useradd -D</command>.</para> 35 41 36 42 <para>To change these values to something new, create a base <filename> … … 64 70 <para><emphasis>/etc/skel</emphasis></para> 65 71 66 <para>To get started, create an <filename class="directory">/etc/skel</filename> directory 67 and make sure it is writable only by the system administrator, usually 68 root. Creating the directory as root is the best way to go.</para> 72 <para>To get started, create an 73 <filename class="directory">/etc/skel</filename> directory and make sure it is 74 writable only by the system administrator, usually root. Creating the 75 directory as root is the best way to go.</para> 69 76 70 77 <para>The mode of any files from this part of the book that you put in 71 <filename class="directory">/etc/skel</filename> should be writable only by the owner.72 Also, since there is no telling what kind of sensitive information a 73 user may eventually place in their copy of these files, you should78 <filename class="directory">/etc/skel</filename> should be writable only by 79 the owner. Also, since there is no telling what kind of sensitive information 80 a user may eventually place in their copy of these files, you should 74 81 make them unreadable by "group" and "other".</para> 75 82 76 <para>You can also put other files in <filename class="directory">/etc/skel</filename> and 83 <para>You can also put other files in 84 <filename class="directory">/etc/skel</filename> and 77 85 different permissions may be needed for them.</para> 78 86 … … 93 101 94 102 <para>You will run a slightly modified set of commands for files which 95 are placed in <filename class="directory">/etc/skel</filename>. Each section will remind 96 you of this. In brief, the book's commands have been written for files 97 <emphasis>not</emphasis> added to <filename class="directory">/etc/skel</filename> and 98 just send the results to the user's home directory. If the file is going 99 to be in <filename class="directory">/etc/skel</filename>, change the book's command(s) to 100 send output there instead and then just copy the file from 101 <filename class="directory">/etc/skel</filename> to the appropriate directories, like 102 <filename class="directory">/etc</filename>, <filename class="directory">~</filename> or the home directory 103 are placed in <filename class="directory">/etc/skel</filename>. Each section 104 will remind you of this. In brief, the book's commands have been written for 105 files <emphasis>not</emphasis> added to 106 <filename class="directory">/etc/skel</filename> and just send the results to 107 the user's home directory. If the file is going to be in 108 <filename class="directory">/etc/skel</filename>, change the book's command(s) 109 to send output there instead and then just copy the file from 110 <filename class="directory">/etc/skel</filename> to the appropriate 111 directories, like <filename class="directory">/etc</filename>, 112 <filename class="directory">~</filename> or the home directory 103 113 of any other user already in the system.</para> 104 114 … … 108 118 the <option>-m</option> parameter, which tells 109 119 <command>useradd</command> to create the user's home directory and 110 copy files from <filename class="directory">/etc/skel</filename> (can be overridden) to111 the new user's home directory. For example:</para>120 copy files from <filename class="directory">/etc/skel</filename> (can be 121 overridden) to the new user's home directory. For example:</para> 112 122 113 123 <screen><command>useradd -m jwrober</command></screen> -
postlfs/config/vimrc.xml
ra3045a1 r0290a023 6 6 ]> 7 7 8 <sect1 id="postlfs-config-vimrc" xreflabel=" /etc/vimrc, ~/.vimrc">8 <sect1 id="postlfs-config-vimrc" xreflabel="The vimrc Files"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 12 12 </sect1info> 13 13 <?dbhtml filename="vimrc.html"?> 14 <title>/etc/vimrc, ~/.vimrc</title> 14 <title>The /etc/vimrc and ~/.vimrc Files</title> 15 <indexterm zone="postlfs-config-vimrc"> 16 <primary sortas="e-etc-vimrc-vimrc">/etc/vimrc</primary></indexterm> 17 <indexterm zone="postlfs-config-vimrc"> 18 <primary sortas="e-AA.vimrc-vimrc">~/.vimrc</primary></indexterm> 15 19 16 <para>The <acronym>LFS</acronym> book installs <application> vim</application>20 <para>The <acronym>LFS</acronym> book installs <application>Vim</application> 17 21 as its text editor. At this point we should state that there are a 18 22 <emphasis>lot</emphasis> of different editing applications out there including 19 <application> emacs</application>, <application>nano</application>,20 <application> joe</application> and many more. Anyone who has been around the23 <application>Emacs</application>, <application>nano</application>, 24 <application>Joe</application> and many more. Anyone who has been around the 21 25 Internet (especially usenet) for a short time will certainly have observed at 22 least one flame war, usually involving <application> vim</application> and23 <application> emacs</application> users!</para>26 least one flame war, usually involving <application>Vim</application> and 27 <application>Emacs</application> users!</para> 24 28 25 29 <para>The <acronym>LFS</acronym> book gives a basic <filename>vimrc … … 30 34 only true if you compiled <application>vim</application> using 31 35 <acronym>LFS</acronym>-3.1 onwards. Prior to this, 32 the global <filename>vimrc</filename> was <filename>/usr/share/vim/vimrc33 < /filename>.</para>36 the global <filename>vimrc</filename> was 37 <filename>/usr/share/vim/vimrc</filename>.</para> 34 38 35 39 <para>Here is a slightly expanded <filename>.vimrc</filename> that you can … … 39 43 the file from <filename>/etc/skel/.vimrc</filename> to the home directory of 40 44 users already on the system, like root. Be sure to set permissions, owner, and 41 group if you do copy anything directly from <filename>/etc/skel</filename>.</para> 45 group if you do copy anything directly from 46 <filename>/etc/skel</filename>.</para> 42 47 43 48 <screen>" Begin .vimrc … … 49 54 " End .vimrc</screen> 50 55 51 <para>A <acronym>FAQ</acronym> on the lfs mailing lists regards the52 comment tags in <filename>vimrc</filename>. Note that they are " instead53 of the more usual # or //. This is correct, the syntax for <filename>vimrc 54 < /filename> is slightly unusual.</para>56 <para>A <acronym>FAQ</acronym> on the <acronym>LFS</acronym> mailing lists 57 regards the comment tags in <filename>vimrc</filename>. Note that they are " 58 instead of the more usual # or //. This is correct, the syntax for 59 <filename>vimrc</filename> is slightly unusual.</para> 55 60 56 61 <para>We'll run through a quick explanation of what each of the 57 62 options in this example file means here:</para> 63 58 64 <itemizedlist> 59 60 65 <!-- <listitem><para><option>set nocompatible</option> : This option 61 66 stops <command>vim</command> from behaving in a strongly <command>vi … … 76 81 77 82 <listitem><para><option>set wrapmargin=8</option>: This is the number of 78 characters from the right window 83 characters from the right window border where wrapping starts.</para> 79 84 </listitem> 80 85 … … 82 87 <command>vim</command>'s syntax highlighting.</para></listitem> --> 83 88 84 <listitem><para><option>set ruler</option>: This makes <command>vim85 < /command> show the current row and column at the bottom right of89 <listitem><para><option>set ruler</option>: This makes 90 <command>vim</command> show the current row and column at the bottom right of 86 91 the screen.</para></listitem> 87 88 89 92 </itemizedlist> 90 93 … … 92 95 options can be found by reading the help inside <command>vim</command> itself. 93 96 Do this by typing <command>:</command><option>help</option> in 94 <command>vim</command> to get the general help, or by typing <command>:95 < /command><option>help usr_toc.txt</option> to view97 <command>vim</command> to get the general help, or by typing 98 <command>:</command><option>help usr_toc.txt</option> to view 96 99 the User Manual Table of Contents.</para> 97 100
Note:
See TracChangeset
for help on using the changeset viewer.