POD updates - spell check

This commit is contained in:
Eric A. Miller
2013-02-10 12:34:45 -05:00
parent a9a3229c22
commit 8f0ac35381
26 changed files with 143 additions and 133 deletions

View File

@@ -113,7 +113,7 @@ Subclass for Blue Coat SG Series proxy devices
=head2 Required MIBs
BLUECOAT-SG-PROXY-MIB
BLUECOAT-SG-PROXY-MIB
=over
@@ -141,7 +141,7 @@ Returns C<'sgos'>
=item $router->os_ver()
Tries to resolve version string from "sgProxyVersion"
Tries to resolve version string from C<"sgProxyVersion">.
=back

View File

@@ -202,17 +202,17 @@ to a hash.
=item $fwsm->at_paddr()
This function derives the at_paddr information from the n2p_paddr() table as
the MIB to provide that information isn't supported on FWSMs.
the MIB to provide that information isn't supported on FWSM.
=item $fwsm->at_netaddr()
This function derives the at_netaddr information from the n2p_paddr() table as
the MIB to provide that information isn't supported on FWSMs.
the MIB to provide that information isn't supported on FWSM.
=item $fwsm->at_ifaddr()
This function derives the at_ifaddr information from the n2p_paddr() table as
the MIB to provide that information isn't supported on FWSMs.
the MIB to provide that information isn't supported on FWSM.
=back

View File

@@ -388,10 +388,10 @@ identifier (iid).
=head2 Link Layer Discovery Protocol (LLDP) Overrides
The LLDP table timefilter implementation continuously increments when
The LLDP table time filter implementation continuously increments when
walked and we may never reach the end of the table. This behavior can be
modified with the "set snmp timefilter break disable" command,
unfortunately it is not the default. These methods are overriden to
modified with the C<"set snmp timefilter break disable"> command,
unfortunately it is not the default. These methods are overridden to
supply a partial value of zero which means no time filter.
=over

View File

@@ -957,7 +957,7 @@ Power supplied by PoE ports, in milliwatts
=item $extreme->peth_power_watts()
The configured maximum amount of inline power available to the slot.
The configured maximum amount of in-line power available to the slot.
(C<extremePethSlotPowerLimit>)

View File

@@ -405,7 +405,7 @@ Returns the human set port name if exists.
=item $f5->i_type()
Returns 'ethernetCsmacd' for each C<ifIndex>.
Returns C<'ethernetCsmacd'> for each C<ifIndex>.
=back

View File

@@ -294,11 +294,11 @@ These are methods that return scalar values from SNMP:
=item $force10->vendor()
Returns 'force10'
Returns C<'force10'>
=item $force10->hasCDP()
Returns whether LLDP is enabled.
Returns whether LLDP is enabled.
=item $force10->model()
@@ -306,7 +306,7 @@ Tries to reference $force10->id() to the Force10 product MIB listed above.
=item $force10->os()
Returns 'ftos'
Returns C<'ftos'>.
=item $force10->os_ver()

View File

@@ -575,7 +575,7 @@ Subclass for Juniper Devices running JUNOS
=over
=item F<JUNIPER-VLAN-MIB> dated "200901090000Z" -- Fri Jan 09 00:00:00 2009 UTC or later.
=item F<JUNIPER-VLAN-MIB> dated "200901090000Z" or later.
=item F<JUNIPER-CHASSIS-DEFINES-MIB>

View File

@@ -134,11 +134,11 @@ These are methods that return scalar value from SNMP
=item $mikrotik->vendor()
Returns 'mikrotik'.
Returns C<'mikrotik'>.
=item $mikrotik->os()
Returns 'routeros'.
Returns C<'routeros'>.
=item $mikrotik->model()

View File

@@ -544,11 +544,11 @@ Tries to reference $netscreen->id() to F<NETSCREEN-PRODUCTS-MIB>
=item $netscreen->vendor()
Returns 'juniper'
Returns C<'juniper'>
=item $netscreen->os()
Returns 'screenos'
Returns C<'screenos'>
=item $netscreen->os_ver()

View File

@@ -280,11 +280,11 @@ Returns 'cisco'
=item $nexus->os()
Returns 'nx-os'
Returns C<'nx-os'>
=item $nexus->os_ver()
Returns operating system version extracted fron C<sysDescr>.
Returns operating system version extracted from C<sysDescr>.
=item $nexus->serial()
@@ -294,7 +294,7 @@ Returns the serial number of the chassis from F<ENTITY-MIB>.
Tries to reference $nexus->id() to F<CISCO-ENTITY-VENDORTYPE-OID-MIB>
Removes 'cevChassis' for readability.
Removes C<'cevChassis'> for readability.
=item $nexus->mac()

View File

@@ -175,7 +175,7 @@ These are methods that return scalar value from SNMP
=item $pfront->vendor()
Returns 'packetfront'.
Returns C<'packetfront'>.
=item $pfront->os()
@@ -187,7 +187,7 @@ Returns the software version extracted from C<sysDescr>.
=item $pfront->serial()
Returns the value of productSerialNo.
Returns the value of C<productSerialNo>.
=back

View File

@@ -199,18 +199,18 @@ These are methods that return scalar values from SNMP
=item $tasman->vendor()
Returns 'avaya'
Returns C<'avaya'>
=item $tasman->model()
Tries to get the model from C<nnchassisModel> and if not available
cross references $tasman->id() to F<NT-ENTERPRISE-DATA-MIB>.
Substitutes 'SR' for 'ntSecureRouter' in the name for readability.
Substitutes 'SR' for C<'ntSecureRouter'> in the name for readability.
=item $tasman->os()
Returns 'tasman'
Returns C<'tasman'>
=item $tasman->os_ver()
@@ -250,8 +250,8 @@ Grabs the os version from C<nnsysVersion>
=item $tasman->serial()
Tries both (C<nnchassisOperStatus>) and (C<nnchassisSerialNumber>) as OID's
were redefined between versions.
Tries both (C<nnchassisOperStatus>) and (C<nnchassisSerialNumber>) as oid
was redefined between versions.
=back