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

@@ -378,7 +378,7 @@ Converts 802.11n 2.4Ghz to 1 and 5Ghz to 2 to correspond to the
=item munge_cd11_rateset()
Converts rateset to array.
Converts rate set to array.
=back

View File

@@ -633,7 +633,7 @@ Returns bytes of used memory
Returns the model number of the HP Switch. Will translate between the HP Part
number and the common model number with this map :
%MODEL_MAP = (
%MODEL_MAP = (
'J8131A' => 'WAP-420-WW',
'J8130A' => 'WAP-420-NA',
'J8133A' => 'AP520WL',
@@ -730,7 +730,7 @@ number and the common model number with this map :
'J9450A' => '1810G-24',
'J9029A' => '1800-8G',
'J9028A' => '1800-24G',
);
);
=item $hp->os()
@@ -776,12 +776,12 @@ Power supply 2 status
=item $hp->peth_port_power()
Power supplied by PoE ports, in milliwatts
("hpicfPoePethPsePortPower")
(C<hpicfPoePethPsePortPower>)
=item $hp->stp_ver()
Returns what version of STP the device is running.
("hpicfBridgeRstpForceVersion" with fallback to inherited stp_ver())
(C<hpicfBridgeRstpForceVersion> with fallback to inherited stp_ver())
=back
@@ -820,7 +820,8 @@ Returns reference to hash of IIDs to admin duplex setting.
=item $hp->vendor_i_type()
Returns reference to hash of IIDs to HP specific port type (hpSwitchPortType).
Returns reference to hash of IIDs to HP specific port type
(C<hpSwitchPortType>).
=item $hp->i_name()

View File

@@ -652,7 +652,8 @@ Returns reference to hash of IIDs to admin duplex setting.
=item $hp->vendor_i_type()
Returns reference to hash of IIDs to HP specific port type (hpSwitchPortType).
Returns reference to hash of IIDs to HP specific port type
(C<hpSwitchPortType>).
=item $hp->i_name()

View File

@@ -89,7 +89,7 @@ __END__
=head1 NAME
SNMP::Info::Layer2::HPVC - SNMP Interface to HP VirtualConnect Switches
SNMP::Info::Layer2::HPVC - SNMP Interface to HP Virtual Connect Switches
=head1 AUTHOR
@@ -113,7 +113,7 @@ Jeroen van Ingen
=head1 DESCRIPTION
Provides abstraction to the configuration information obtainable from a
HP VirtualConnect Switch via SNMP.
HP Virtual Connect Switch via SNMP.
For speed or debugging purposes you can call the subclass directly, but not
after determining a more specific class using the method above.
@@ -150,7 +150,7 @@ These are methods that return scalar value from SNMP
=item $hp->os()
Returns hpvc
Returns C<'hpvc'>
=item $hp->os_bin()

View File

@@ -863,7 +863,7 @@ Returns 'trapeze'
Tries to reference $nwss2300->id() to F<NTWS-REGISTRATION-DEVICES-MIB>
Removes 'ntwsSwitch' for readability.
Removes C<'ntwsSwitch'> for readability.
=item $nwss2300->serial()
@@ -1170,7 +1170,7 @@ for Ethernet interfaces, nwss2300_ap_name() for thin AP interfaces.
=item $nwss2300->i_type()
Returns reference to map of IIDs to interface descriptions. Returns
C<ifType> for Ethernet interfaces and 'capwapWtpVirtualRadio' for thin AP
C<ifType> for Ethernet interfaces and C<'capwapWtpVirtualRadio'> for thin AP
interfaces.
=item $nwss2300->i_up()

View File

@@ -115,8 +115,8 @@ SNMP::Info::Layer2::Netgear - SNMP Interface to Netgear switches
=head1 AUTHOR
Bill Fenner and Zoltan Erszenyi,
Hacked in LLDP support from Baystack.pm by
Bill Fenner and Zoltan Erszenyi,
Hacked in LLDP support from Baystack.pm by
Nic Bernstein <nic@onlight.com>
=head1 SYNOPSIS