Correct a couple of typos

This commit is contained in:
Tom Eastep 2010-02-25 16:35:19 -08:00
parent 8aaddf368b
commit c1ac19a81e
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
iface_NETWORKS SW_iface_NETWORKS
iface_MAC SW_iface_MAC
provider_IS_USABLE SW_provider_IS_USABLE
provider_IS_USABLE SW_provider_IS_USABLE
where 'iface' is a capitalized interface name (e.g., ETH0) and
'provider' is the capitalized name of a provider.

View File

@ -852,7 +852,7 @@ use Shorewall::Config qw/shorewall/;</programlisting>
<para><emphasis role="bold">Note: </emphasis>The '[' and ']' above are
meta-characters which indicate that what they enclose is optional and may
be omitted. So you may follow PERL with a semicolon ( ':') or you may omit
be omitted. So you may follow PERL with a semicolon ( ';') or you may omit
the semicolon.</para>
</section>