Ignore:
Timestamp:
05/30/2005 09:56:30 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3aa07d1
Parents:
f009801
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/inputrc.xml

    rf009801 re0d33ef  
    2424  </indexterm>
    2525
    26   <para><filename>/etc/inputrc</filename> deals with the mapping of the 
     26  <para><filename>/etc/inputrc</filename> deals with the mapping of the
    2727  keyboard for certain situations.  This file is the start-up file used by
    28   <application>readline</application>, the input related library used by 
     28  <application>readline</application>, the input related library used by
    2929  <application>bash</application> and most other shells.</para>
    3030
    3131  <para>For more information see <command>info bash</command>&mdash;<emphasis
    3232  role="strong">Node: Readline Init</emphasis> file as well as
    33   <command>info readline</command>. There is a lot that can be done with this 
     33  <command>info readline</command>. There is a lot that can be done with this
    3434  one rc file.</para>
    3535
     
    4242  If you   want your system to use both, or don't want <emphasis>global</emphasis>
    4343  keyboard handling, it is a good idea to place a default
    44   <filename>.inputrc</filename> into the <filename 
     44  <filename>.inputrc</filename> into the <filename
    4545  class="directory">/etc/skel</filename> directory for use with new users.</para>
    4646
     
    5050
    5151  <para>If you will create an <filename>.inputrc</filename> in
    52   <filename class="directory">/etc/skel</filename> using the command below, 
    53   change the command's output to <filename>/etc/skel/.inputrc</filename> and 
     52  <filename class="directory">/etc/skel</filename> using the command below,
     53  change the command's output to <filename>/etc/skel/.inputrc</filename> and
    5454  be sure to check/set permissions afterward. Then you can just copy that
    5555  file to <filename>/etc/inputrc</filename> and the home directory
    56   of any user already existing in the system, including <systemitem 
     56  of any user already existing in the system, including <systemitem
    5757  class="username">root</systemitem>, that needs
    5858  a private version of the file.  Be sure to use the <option>-p</option>
    59   parameter of <command>cp</command> to maintain permissions and be sure to 
     59  parameter of <command>cp</command> to maintain permissions and be sure to
    6060  change owner and group appropriately.</para>
    6161
     
    6767
    6868# Enable 8bit input
    69 set meta-flag On 
     69set meta-flag On
    7070set input-meta On
    7171
     
    7979set bell-style none
    8080
    81 # All of the following map the escape sequence of the 
    82 # value contained inside the 1st argument to the 
     81# All of the following map the escape sequence of the
     82# value contained inside the 1st argument to the
    8383# readline specific functions
    8484
Note: See TracChangeset for help on using the changeset viewer.