swift 05/07/02 09:59:11 Modified: xml/htdocs/doc/en home-router-howto.xml Log: Fix pre captions
Revision Changes Path 1.28 +4 -4 xml/htdocs/doc/en/home-router-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.28&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.28&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.27&r2=1.28&cvsroot=gentoo Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- home-router-howto.xml 17 Jun 2005 00:56:12 -0000 1.27 +++ home-router-howto.xml 2 Jul 2005 09:59:11 -0000 1.28 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.27 2005/06/17 00:56:12 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.28 2005/07/02 09:59:11 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/home-router-howto.xml"> @@ -15,8 +15,8 @@ for connecting your home network to the internet. </abstract> -<version>1.7</version> -<date>2005-06-16</date> +<version>1.8</version> +<date>2005-07-02</date> <chapter> <title>Introduction</title> @@ -493,7 +493,7 @@ information. </p> -<pre> +<pre caption="Running the iptables commands"> <comment>Forward port 2 to ssh on an internal host</comment> # <i>iptables -t nat -A PREROUTING -p tcp --dport 2 -i eth1 -j DNAT --to 192.168.0.2:22</i> -- [email protected] mailing list
