Changeset 2df36e4
- Timestamp:
- 09/30/2003 07:56:18 PM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8604d92f
- Parents:
- 3df86b66
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/config/vimrc.xml
r3df86b66 r2df36e4 52 52 <itemizedlist> 53 53 54 <listitem><para><option>set bs=2</option> 54 <listitem><para><option>set bs=2</option>: This influences the behavior 55 55 of the backspace option. It is fairly complex so see <command>:help 'bs' 56 56 </command> for more details.</para></listitem> 57 57 58 <listitem><para><option>set columns=80</option> 58 <listitem><para><option>set columns=80</option>: This simply sets the 59 59 number of columns used on the screen.</para></listitem> 60 60 61 <listitem><para><option>set background=dark</option> 61 <listitem><para><option>set background=dark</option>: This tells 62 62 <command>vim</command> to use colors which look good on a dark 63 63 background.</para></listitem> 64 64 65 <listitem><para><option>set wrapmargin=8</option> 65 <listitem><para><option>set wrapmargin=8</option>: This is the number of 66 66 characters from the right window border where wrapping starts.</para> 67 67 </listitem> 68 68 69 <listitem><para><option>syntax on</option> 69 <listitem><para><option>syntax on</option>: Enables 70 70 <command>vim</command>'s syntax highlighting.</para></listitem> 71 71 72 <listitem><para><option>set ruler</option> 72 <listitem><para><option>set ruler</option>: This makes <command>vim 73 73 </command> show the current row and column at the bottom right of 74 74 the screen.</para></listitem> -
postlfs/editors/vim/vim-exp.xml
r3df86b66 r2df36e4 2 2 <title>Command explanations</title> 3 3 4 <para>< option>--with-features=huge</option>: Enables all the additional4 <para><parameter>--with-features=huge</parameter>: Enables all the additional 5 5 features available in <application>Vim</application>.</para> 6 6 -
postlfs/filesystems/reiser/reiser-exp.xml
r3df86b66 r2df36e4 2 2 <title>Command explanations</title> 3 3 4 <para>< option>--prefix=/usr</option>: This ensures that4 <para><parameter>--prefix=/usr</parameter>: This ensures that 5 5 the manual pages are installed in the correct location while still 6 6 installing the programs in <filename>/sbin</filename> as they should 7 7 be.</para> 8 8 9 <para>< option>--sbindir=/sbin</option>: This ensures that the9 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the 10 10 <application>ReiserFS</application> 11 11 utilities are installed in <filename>/sbin</filename> as they should be.</para> -
postlfs/security/gnupg/gnupg-exp.xml
r3df86b66 r2df36e4 2 2 <title>Command explanations</title> 3 3 4 <para>< option>--libexecdir=/usr/sbin</option>: This command4 <para><parameter>--libexecdir=/usr/sbin</parameter>: This command 5 5 creates a <filename>gnupg</filename> directory in <filename>/usr/sbin</filename> instead of 6 6 <filename>/usr/libexec</filename>.</para> -
postlfs/security/pam/linux_pam-exp.xml
r3df86b66 r2df36e4 5 5 static <acronym>PAM</acronym> libraries as well as the dynamic libraries.</para> 6 6 7 <para>< option>--with-mailspool=/var/mail</option>: This switch makes7 <para><parameter>--with-mailspool=/var/mail</parameter>: This switch makes 8 8 the mailspool directory <acronym>FHS</acronym> compliant.</para> 9 9 -
pst/printing/gs/gs-exp.xml
r3df86b66 r2df36e4 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--libexecdir=/usr/lib/gs</command>: executable4 <para><parameter>--libexecdir=/usr/lib/gs</parameter>: executable 5 5 libraries of <application>Ghostscript</application> will be installed to 6 6 <filename class="directory">/usr/lib/gs</filename>.</para> 7 7 8 <para>< command>--sysconfdir=/etc/gs</command>: Configuration data8 <para><parameter>--sysconfdir=/etc/gs</parameter>: Configuration data 9 9 goes to <filename class="directory">/etc/gs</filename> instead of 10 10 <filename class="directory">/usr/etc</filename>.</para> -
pst/printing/lprng/lprng-exp.xml
r3df86b66 r2df36e4 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--libexecdir=/usr/sbin --sysconfdir=/etc</command>:4 <para><option>--libexecdir=/usr/sbin --sysconfdir=/etc</option>: 5 5 These switches prevent the default use of <filename>/usr/libexec</filename> and <filename>/usr/etc</filename>.</para> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.