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...

Location:
networking/netutils
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    r7999839 r8558044  
    225225    <para>
    226226      <parameter>--disable-qt3</parameter>: This parameter disables the
    227       attempt to build the obsolete <application>Qt3</application> 
     227      attempt to build the obsolete <application>Qt3</application>
    228228      portions of the package.
    229229    </para>
     
    231231    <para>
    232232      <parameter>--disable-qt4</parameter>: This parameter disables the
    233       attempt to build the obsolete <application>Qt4Core</application> 
     233      attempt to build the obsolete <application>Qt4Core</application>
    234234      portions of the package.
    235235    </para>
     
    347347        avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
    348348        avahi-set-host-name, bshell, bssh, and bvnc</seg>
    349         <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so, 
     349        <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so,
    350350        libavahi-glib.so, libavahi-gobject.so, libavahi-libevent.so
    351351        libavahi-ui-gtk3.so, libavahi-qt5, libavahi-ui.so, libdns_sd.so, and
    352352        libhowl.so,</seg>
    353353        <seg>/etc/avahi/services, /usr/include/{avahi-client,avahi-common,
    354         avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib, 
    355         avahi-gobject, avahi-libevent, avahi-qt5, avahi-ui}, 
     354        avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib,
     355        avahi-gobject, avahi-libevent, avahi-qt5, avahi-ui},
    356356        /usr/lib/avahi, /usr/share/avahi</seg>
    357357      </seglistitem>
  • networking/netutils/network-manager-applet.xml

    r7999839 r8558044  
    207207        </seg>
    208208        <seg>
    209           <!--/usr/include/{libnma,libnm-gtk},--> 
     209          <!--/usr/include/{libnma,libnm-gtk},-->
    210210          <!--/usr/include/libnma and /usr/share/gtk-doc/libnma-->
    211211          None
     
    236236        <listitem>
    237237          <para>
    238             contains internal functions for the 
     238            contains internal functions for the
    239239            <application>Network Manager GTK+ Interface</application>.
    240240          </para>
     
    244244        </listitem>
    245245      </varlistentry>
    246 Moved to a separate library, libnma, in 1.16.0 
     246Moved to a separate library, libnma, in 1.16.0
    247247-->
    248248<!--
  • networking/netutils/networkmanager.xml

    r7999839 r8558044  
    144144    </para>
    145145
    146     <!-- Ethernet Teaming support is potentially optional, but I didn't 
     146    <!-- Ethernet Teaming support is potentially optional, but I didn't
    147147         run the tests again to test that. It was needed to convince one of
    148148         the Linux Platform tests to move farther along because otherwise
     
    165165
    166166    <para>
    167       If <xref linkend="qt5"/> is installed and the Qt based 
     167      If <xref linkend="qt5"/> is installed and the Qt based
    168168      examples are desired, fix two meson.build files:
    169169    </para>
     
    261261
    262262    <para>
    263       <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are 
     263      <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
    264264      necessary to build the Qt5 based examples.
    265265    </para>
     
    290290      respective libraries. Remove if you have the needed libraries installed.
    291291    </para>
    292    
     292
    293293<!--
    294294    <para>
     
    450450        To automatically start the <command>NetworkManager</command> daemon
    451451        when the system is rebooted, install the
    452         <filename>/etc/rc.d/init.d/networkmanager</filename>bootscript from the 
     452        <filename>/etc/rc.d/init.d/networkmanager</filename>bootscript from the
    453453        <xref linkend="bootscripts"/> package.
    454454      </para>
     
    468468        </para>
    469469      </note>
    470          
     470
    471471      <indexterm zone="NetworkManager NetworkManager-init">
    472472        <primary sortas="f-NetworkManager">NetworkManager</primary>
     
    534534          /var/lib/NetworkManager
    535535        </seg>
    536         <!-- A lot of libraries were removed here. We should verify compatibilty. 
     536        <!-- A lot of libraries were removed here. We should verify compatibilty.
    537537        RESTORED AT 1.18.2 -renodr -->
    538538      </seglistitem>
  • networking/netutils/nmap.xml

    r7999839 r8558044  
    8484    <para role="recommended">
    8585      <xref linkend="libpcap"/>,
    86       <xref linkend="lua"/>, 
     86      <xref linkend="lua"/>,
    8787      <xref linkend="pcre"/>, and
    8888      <xref linkend="liblinear"/>
  • networking/netutils/wireshark.xml

    r7999839 r8558044  
    104104    <para role="required">
    105105      <xref linkend="cmake"/>,
    106       <xref linkend="glib2"/>, 
     106      <xref linkend="glib2"/>,
    107107      <xref linkend="libgcrypt"/>, and
    108       <xref linkend="qt5"/> 
     108      <xref linkend="qt5"/>
    109109    </para>
    110110
Note: See TracChangeset for help on using the changeset viewer.