Changeset 2df36e4 for postlfs


Ignore:
Timestamp:
09/30/2003 07:56:18 PM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8604d92f
Parents:
3df86b66
Message:

better define parameter vs option

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

Location:
postlfs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/vimrc.xml

    r3df86b66 r2df36e4  
    5252<itemizedlist>
    5353
    54 <listitem><para><option>set bs=2</option> : This influences the behavior
     54<listitem><para><option>set bs=2</option>: This influences the behavior
    5555of the backspace option.  It is fairly complex so see <command>:help 'bs'
    5656</command> for more details.</para></listitem>
    5757
    58 <listitem><para><option>set columns=80</option> : This simply sets the
     58<listitem><para><option>set columns=80</option>: This simply sets the
    5959number of columns used on the screen.</para></listitem>
    6060
    61 <listitem><para><option>set background=dark</option> : This tells
     61<listitem><para><option>set background=dark</option>: This tells
    6262<command>vim</command> to use colors which look good on a dark
    6363background.</para></listitem>
    6464
    65 <listitem><para><option>set wrapmargin=8</option> : This is the number of
     65<listitem><para><option>set wrapmargin=8</option>: This is the number of
    6666characters from the right window  border where wrapping starts.</para>
    6767</listitem>
    6868
    69 <listitem><para><option>syntax on</option> : Enables
     69<listitem><para><option>syntax on</option>: Enables
    7070<command>vim</command>'s syntax highlighting.</para></listitem>
    7171
    72 <listitem><para><option>set ruler</option> : This makes <command>vim
     72<listitem><para><option>set ruler</option>: This makes <command>vim
    7373</command> show the current row and column at the bottom right of
    7474the screen.</para></listitem>
  • postlfs/editors/vim/vim-exp.xml

    r3df86b66 r2df36e4  
    22<title>Command explanations</title>
    33
    4 <para><option>--with-features=huge</option>: Enables all the additional
     4<para><parameter>--with-features=huge</parameter>: Enables all the additional
    55features available in <application>Vim</application>.</para>
    66
  • postlfs/filesystems/reiser/reiser-exp.xml

    r3df86b66 r2df36e4  
    22<title>Command explanations</title>
    33
    4 <para><option>--prefix=/usr</option>: This ensures that
     4<para><parameter>--prefix=/usr</parameter>: This ensures that
    55the manual pages are installed in the correct location while still
    66installing the programs in <filename>/sbin</filename> as they should
    77be.</para>
    88
    9 <para><option>--sbindir=/sbin</option>: This ensures that the
     9<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    1010<application>ReiserFS</application>
    1111utilities are installed in <filename>/sbin</filename> as they should be.</para>
  • postlfs/security/gnupg/gnupg-exp.xml

    r3df86b66 r2df36e4  
    22<title>Command explanations</title>
    33
    4 <para><option>--libexecdir=/usr/sbin</option>: This command
     4<para><parameter>--libexecdir=/usr/sbin</parameter>: This command
    55creates a <filename>gnupg</filename> directory in <filename>/usr/sbin</filename> instead of
    66<filename>/usr/libexec</filename>.</para>
  • postlfs/security/pam/linux_pam-exp.xml

    r3df86b66 r2df36e4  
    55static <acronym>PAM</acronym> libraries as well as the dynamic libraries.</para>
    66
    7 <para><option>--with-mailspool=/var/mail</option>: This switch makes
     7<para><parameter>--with-mailspool=/var/mail</parameter>: This switch makes
    88the mailspool directory <acronym>FHS</acronym> compliant.</para>
    99
Note: See TracChangeset for help on using the changeset viewer.