From f0d490539e505b8a3d0c93fc3ce90e3a4fe4d4a8 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Wed, 23 Jul 2008 02:03:07 +0000 Subject: [PATCH] POD cleanup --- Info.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Info.pm b/Info.pm index a3cb443f..76909dba 100644 --- a/Info.pm +++ b/Info.pm @@ -751,7 +751,7 @@ C -> bulkwalk() for more info. Detects looping during getnext table column walks by comparing IIDs for each instance. A loop is detected if the same IID is seen more than once and the walk is aborted. Note: This will not detect loops during a bulkwalk -operation, Net-'s internal bulkwalk function must detect the loop. +operation, Net-SNMP's internal bulkwalk function must detect the loop. Set to C<0> to turn off loop detection. @@ -2232,7 +2232,7 @@ ALTEON-TS-PHYSICAL-MIB::agPortCurCfgPortName. A list of each mib needed. -C<('MIB-NAME' => 'itemToTestForPresence')> + ('MIB-NAME' => 'itemToTestForPresence') The value for each entry should be a MIB object to check for to make sure that the MIB is present and has loaded correctly. @@ -3104,13 +3104,13 @@ Returns the result of $info->_set(method). Pass either a reference to a 4 element array [, , , ] or a reference to an array of 4 element arrays to specify multiple values. - - One of the following forms: + - One of the following forms: 1) leaf identifier (e.g., C<'sysContact'>) 2) An entry in either %FUNCS, %GLOBALS (e.g., 'contact') - - The dotted-decimal, instance identifier. For scalar MIB objects -use '0' - - The SNMP data value being set (e.g., 'netdisco') - - Optional as the MIB should be loaded. + - The dotted-decimal, instance identifier. For scalar MIB objects + use '0' + - The SNMP data value being set (e.g., 'netdisco') + - Optional as the MIB should be loaded. If one of the set assignments is invalid, then the request will be rejected without applying any of the new values - regardless of the order they appear