Ignore:
Timestamp:
02/11/2013 08:15:37 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
dbfc674
Parents:
eea4055
Message:

Remove trailing whitespace from all files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    reea4055 rce5ebe1  
    117117    wide-character libraries by means of symlinks and linker scripts:</para>
    118118
    119 <screen><userinput remap="install">for lib in ncurses form panel menu ; do 
    120     rm -vf                    /usr/lib/lib${lib}.so 
     119<screen><userinput remap="install">for lib in ncurses form panel menu ; do
     120    rm -vf                    /usr/lib/lib${lib}.so
    121121    echo "INPUT(-l${lib}w)" &gt; /usr/lib/lib${lib}.so
    122122    ln -sfv lib${lib}w.a      /usr/lib/lib${lib}.a
     
    145145      libraries since no package installed by compiling from sources would
    146146      link against them at runtime. If you must have such libraries because
    147       of some binary-only application or to be compliant with LSB, build 
     147      of some binary-only application or to be compliant with LSB, build
    148148      the package again with the following commands:</para>
    149149
Note: See TracChangeset for help on using the changeset viewer.