Changeset 29f80ebc


Ignore:
Timestamp:
01/30/2007 08:24:11 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6091daf
Parents:
43ab532
Message:

Removed extraneous spaces

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    r43ab532 r29f80ebc  
    129129    <application>NCurses</application> library. This is needed for
    130130    proper display of characters and line wrapping in multibyte locales.</para>
    131    
     131
    132132    <para><parameter>--enable-locale-charset</parameter>: This switch allows
    133133    <application>Lynx</application> to deduce the proper character encoding
  • general/prog/perl-modules.xml

    r43ab532 r29f80ebc  
    12271227    <para>The <application>YAML</application> modules implement a
    12281228    <application>YAML</application> Loader and Dumper based on the
    1229     <application>YAML</application> 1.0 specification 
     1229    <application>YAML</application> 1.0 specification
    12301230    <ulink url="http://www.yaml.org/spec/"/>.
    12311231    <application>YAML</application> is a generic data serialization language
  • general/sysutils/mc.xml

    r43ab532 r29f80ebc  
    8181    filenames. Debian also fixed 64-bit issues, rare segfaults in
    8282    <command>mcedit</command>, and improved syntax highlighting.</para>
    83    
     83
    8484    <para>If you do not use a multibyte locale and do not need any of the new
    8585    features or fixes, the patch is still supposed to be harmless.
     
    159159  <sect2 role="commands">
    160160    <title>Command Explanations</title>
    161    
     161
    162162    <para><parameter>CPPFLAGS="-DUTF8"</parameter>: This parameter activates
    163163    UTF-8 support in the Debian patch and has no effect without this
     
    168168    from the one implied by the current locale. This feature works in
    169169    non-UTF-8 locales only, even with the Debian patch.</para>
    170    
     170
    171171    <para><parameter>--with-screen=(slang|mcslang|ncurses)</parameter>: This
    172172    parameter selects the screen library used by <application>MC</application>.
     
    176176    only when external <xref linkend="slang"/> is used as a screen library
    177177    (this is the default).</para>
    178    
     178
    179179    <para><parameter>--with-codepagedir=DIR</parameter>: This parameter was
    180180    useful only with <application>SAMBA</application>-2.x. New versions of
    181181    <application>SAMBA</application> do not have codepage files.</para>
    182    
     182
    183183    <para><command>chmod 1755 /usr/lib/mc/cons.saver</command>: The
    184184    <command>cons.saver</command> program has to be installed setuid
  • introduction/important/locale-issues.xml

    r43ab532 r29f80ebc  
    9696    invalid for documents where the Microsoft Windows operating system
    9797    has set de facto standards. An example of this problem is ID3v1 tags
    98     in MP3 files (see the <ulink url="&blfs-wiki;/ID3v1Coding">BLFS Wiki 
     98    in MP3 files (see the <ulink url="&blfs-wiki;/ID3v1Coding">BLFS Wiki
    9999    ID3v1Coding page</ulink>
    100100    for more details). For these cases, the only solution is to find a
     
    268268    pages). If you find a manual page installed by any of BLFS packages that is
    269269    obviously in the wrong encoding, please remove or convert it as needed, and
    270     report this to BLFS team as a bug.</para> 
     270    report this to BLFS team as a bug.</para>
    271271
    272272    <para>You can easily check your system for any non-conforming manual pages
  • introduction/welcome/changelog.xml

    r43ab532 r29f80ebc  
    8989        </listitem>
    9090        <listitem>
    91           <para>[dj] - Removed modification of JAI source file in FOP 
     91          <para>[dj] - Removed modification of JAI source file in FOP
    9292          instructions.</para>
    9393        </listitem>
    9494        <listitem>
    95           <para>[dj] - Updated to JDK-1.5.0_10 and modified the jdk.sh 
     95          <para>[dj] - Updated to JDK-1.5.0_10 and modified the jdk.sh
    9696          profile.d script.</para>
    9797        </listitem>
  • postlfs/security/shadow.xml

    r43ab532 r29f80ebc  
    302302        <title>Configuring the /etc/pam.d/ Files</title>
    303303
    304         <para>As mentioned previously in the 
    305         <application>Linux-PAM</application> instructions, 
    306         <application>Linux-PAM</application> has two supported methods for 
    307         configuration.  The commands below assume that you've chosen to use 
    308         a directory based configuration, where each program has its own 
     304        <para>As mentioned previously in the
     305        <application>Linux-PAM</application> instructions,
     306        <application>Linux-PAM</application> has two supported methods for
     307        configuration.  The commands below assume that you've chosen to use
     308        a directory based configuration, where each program has its own
    309309        configuration file.  You can optionally use a single
    310         <filename>/etc/pam.conf</filename> configuration file by using the 
    311         text from the files below, and supplying the program name as an 
     310        <filename>/etc/pam.conf</filename> configuration file by using the
     311        text from the files below, and supplying the program name as an
    312312        additional first field for each line.</para>
    313313
     
    318318        <screen role="root"><userinput>install -v -d -m755 /etc/pam.d</userinput></screen>
    319319
    320         <para>While still the <systemitem class="username">root</systemitem> 
    321         user, add the following <application>Linux-PAM</application> 
     320        <para>While still the <systemitem class="username">root</systemitem>
     321        user, add the following <application>Linux-PAM</application>
    322322        configuration files to the
    323         <filename class="directory">/etc/pam.d/</filename> directory (or 
    324         add the contents to the <filename>/etc/pam.conf</filename> file) with 
     323        <filename class="directory">/etc/pam.d/</filename> directory (or
     324        add the contents to the <filename>/etc/pam.conf</filename> file) with
    325325        the following commands:</para>
    326326
  • postlfs/shells/zsh.xml

    r43ab532 r29f80ebc  
    7171
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    73     <itemizedlist spacing="compact"> 
    74       <listitem> 
     73    <itemizedlist spacing="compact">
     74      <listitem>
    7575        <para>Optional Documentation: <ulink
    7676        url="http://downloads.sourceforge.net/zsh/zsh-&zsh-version;-doc.tar.bz2"/></para>
    7777      </listitem>
    78       <listitem> 
     78      <listitem>
    7979        <para>MD5 sum: &zsh-doc-md5sum;</para>
    8080      </listitem>
     
    142142  <sect2 role="commands">
    143143    <title>Command Explanations</title>
    144    
     144
    145145    <para><parameter>--sysconfdir=/etc/zsh</parameter> and
    146146    <parameter>--enable-etcdir=/etc/zsh</parameter>: These parameters are
  • stylesheets/blfs-print.css

    r43ab532 r29f80ebc  
    88.navfooter, .headerlinks {
    99   display: none;
    10 } 
     10}
  • stylesheets/blfs.css

    r43ab532 r29f80ebc  
    132132.dummy {
    133133  font-weight: bold;
    134   font-size: 110%; 
     134  font-size: 110%;
    135135  line-height: 1.8em;
    136136/* Removed per Bruce
     
    447447  font-size: small;
    448448  font-weight: bold;
    449   font-style: italic;   
     449  font-style: italic;
    450450}
    451451
    452452.simplelist {
    453   background-color: #f0fff0; 
     453  background-color: #f0fff0;
    454454}
    455455
  • xsoft/graphweb/seamonkey.xml

    r43ab532 r29f80ebc  
    245245EOF</userinput></screen>
    246246
    247     <para>Now clean up one <filename>Makefile</filename> to 
     247    <para>Now clean up one <filename>Makefile</filename> to
    248248    add required libraries to a build step.  Note that the command
    249249    requires two separate lines as shown.</para>
     
    272272
    273273    <para>This package does not come with a test suite. However, it
    274     cn be launched fom the build directory before installing with the 
    275     command line: 
    276     <userinput>../seamonkey-build/dist/bin/seamonkey</userinput>.</para> 
     274    cn be launched fom the build directory before installing with the
     275    command line:
     276    <userinput>../seamonkey-build/dist/bin/seamonkey</userinput>.</para>
    277277
    278278    <para>Install <application>SeaMonkey</application> by issuing the following
     
    557557        <listitem>
    558558          <para>is a browser/email/newsgroup/chat client suite. The
    559           various components such as the Composer, mail-news client, 
     559          various components such as the Composer, mail-news client,
    560560          IRC chat client, and address book can be accessed from the menu after
    561561          <command>seamonkey</command> starts or via command-line switches to
Note: See TracChangeset for help on using the changeset viewer.