swift 05/06/14 10:07:18 Modified: xml/htdocs/doc/en/handbook hb-net-modules.xml Log: Remove use of <br/>s
Revision Changes Path 1.3 +18 -25 xml/htdocs/doc/en/handbook/hb-net-modules.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-net-modules.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-net-modules.xml 14 Jun 2005 10:04:44 -0000 1.2 +++ hb-net-modules.xml 14 Jun 2005 10:07:18 -0000 1.3 @@ -6,8 +6,8 @@ <sections> -<version>1.0</version> -<date>2005-06-06</date> +<version>1.1</version> +<date>2005-06-14</date> <section> <title>Network Modules</title> @@ -54,7 +54,7 @@ </p> <p> -ifconfig is the current Gentoo default and it's included in the system profile.<br/> +ifconfig is the current Gentoo default and it's included in the system profile. iproute2 is a more powerful and flexible package, but it's not included by default. </p> @@ -112,52 +112,45 @@ <ti>dhclient</ti> <ti>net-misc/dhcp</ti> <ti> - Made by ISC, the same people who make the BIND DNS software<br /> - Very configurable + Made by ISC, the same people who make the BIND DNS software. Very + configurable </ti> <ti> - Configuration is overly complex<br /> - Software is quite bloated<br /> - Cannot get NTP servers from DHCP<br /> - Does not send hostname by default + Configuration is overly complex, software is quite bloated, cannot get + NTP servers from DHCP, does not send hostname by default </ti> </tr> <tr> <ti>dhcpcd</ti> <ti>net-misc/dhcpcd</ti> <ti> - Long time Gentoo default<br /> - No reliance on outside tools + Long time Gentoo default, no reliance on outside tools </ti> <ti> - No longer maintained upstream<br /> - Can be slow at times<br /> - Does not daemonize when lease is infinite + No longer maintained upstream, can be slow at times, does not daemonize + when lease is infinite </ti> </tr> <tr> <ti>pump</ti> <ti>net-misc/pump</ti> <ti> - Lightweight<br /> - No reliance on outside tools + Lightweight, no reliance on outside tools </ti> <ti> - No longer maintained upstream<br /> - Unreliable, especially over modems<br /> - Cannot get NIS servers from DHCP + No longer maintained upstream, unreliable, especially over modems, cannot + get NIS servers from DHCP </ti> </tr> <tr> <ti>udhcpc</ti> <ti>net-misc/udhcp</ti> <ti> - Lightweight - smallest dhcp client around<br /> - Made for embedded systems + Lightweight - smallest dhcp client around, made for embedded systems </ti> <ti> - Unproven - no distro uses it by default<br /> - Cannot define a timeout beyond 3 seconds + Unproven - no distro uses it by default, cannot define a timeout beyond 3 + seconds </ti> </tr> </table> @@ -213,8 +206,8 @@ </pre> <warn> -baselayout-1.11.x supports PPPOE only<br/> -Hopefully future versions will support PPPOA<br/> +baselayout-1.11.x supports PPPOE only. Hopefully future versions will support +PPPOA. </warn> <p> -- [email protected] mailing list
