Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xinit.xml

    r7999839 r8558044  
    8181    <bridgehead renderas="sect4">Recommended (runtime only)</bridgehead>
    8282    <para role="recommended">
    83       <xref role="runtime" linkend="twm"/>, 
     83      <xref role="runtime" linkend="twm"/>,
    8484      <xref role="runtime" linkend="xclock"/>, and
    8585      <xref role="runtime" linkend="xterm2"/> (used in the default <filename>
     
    125125        <systemitem class="username">root</systemitem> user:
    126126      </para>
    127      
     127
    128128<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/libexec/Xorg</userinput></screen>
    129129
    130130      <para>
    131         At this point you can start Xorg on virtual terminal 7 with 
     131        At this point you can start Xorg on virtual terminal 7 with
    132132        <command>startx &lt;client arguments&gt; -- vt7</command>.  Now
    133         you can toggle between tty1 and tty7 with the Ctrl-Alt-F1 and 
     133        you can toggle between tty1 and tty7 with the Ctrl-Alt-F1 and
    134134        Ctrl-Alt-F7 key combinations.
    135135      </para>
    136      
     136
    137137      <para>
    138138        To automatically start Xorg on the first available virtual terminal,
     
    140140        class="username">root</systemitem> user with:
    141141      </para>
    142      
     142
    143143<screen role="nodump"><userinput>sed -i '/$serverargs $vtarg/ s/serverargs/: #&amp;/' $XORG_PREFIX/bin/startx</userinput></screen>
    144144
    145145      <para>
    146         After this change, the virtual terminal does not need to be 
     146        After this change, the virtual terminal does not need to be
    147147        specified on the startx command line.
    148148      </para>
Note: See TracChangeset for help on using the changeset viewer.