Correct a small whitespace nit within a programlisting element.

This commit is contained in:
Ceri Davies 2004-11-29 20:34:51 +00:00
parent 839d473bc2
commit 3768f1f848
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23068

View file

@ -5111,8 +5111,8 @@ ks="keep-state" # just too lazy to key this each time
$cmd 00502 deny all from any to any frag
$cmd 00501 deny tcp from any to any established
$cmd 00600 allow tcp from any to any 80 out via $oif setup $ks
$cmd 00610 allow tcp from any to $odns 53 out via $oif setup $ks
$cmd 00611 allow udp from any to $odns 53 out via $oif $ks
$cmd 00610 allow tcp from any to $odns 53 out via $oif setup $ks
$cmd 00611 allow udp from any to $odns 53 out via $oif $ks
################### End of example ipfw rules script ############</programlisting>
<para>That is all there is to it. The rules are not important