Changeset 866

Show
Ignore:
Timestamp:
03/30/05 02:58:14 (7 years ago)
Author:
ilmari
Message:

Improved Munin::Plugin::SNMP::get_session() documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/ilmari/modularisation-branch/node/SNMP.pm.in

    r864 r866  
    9393} 
    9494 
    95 =head2 get_single 
     95=head2 get_single() - retrieve a single value 
    9696 
    9797  $result = $session->get_single($oid); 
    9898 
    99 This method fetches the value of $oid. 
     99This method fetches the value of $oid. Returns C<undef> on error. 
    100100 
    101101=cut