~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to man/netsnmp_leaf.3

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "leaf_handlers" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "leaf_handlers" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
leaf_handlers \- Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).  
 
5
leaf_handlers \- 
 
6
.PP
 
7
Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).  
6
8
 
7
 
.PP
8
9
.SS "Modules"
9
10
 
10
11
.in +1c
11
12
.ti -1c
12
13
.RI "\fBinstance\fP"
13
14
.br
 
15
.PP
 
16
 
14
17
.RI "\fIProcess individual MIB instances easily. \fP"
15
 
.PP
16
 
.in +1c
17
 
 
18
18
.ti -1c
19
19
.RI "\fBscalar\fP"
20
20
.br
 
21
.PP
 
22
 
21
23
.RI "\fIProcess scalars easily. \fP"
22
 
.PP
23
 
.in +1c
24
 
 
25
24
.ti -1c
26
25
.RI "\fBscalar_group\fP"
27
26
.br
 
27
.PP
 
28
 
28
29
.RI "\fIProcess groups of scalars. \fP"
29
 
.PP
30
 
.in +1c
31
 
 
32
30
.ti -1c
33
31
.RI "\fBwatcher\fP"
34
32
.br
35
 
.RI "\fIWatch a specified variable and process it as an instance or scalar object. \fP"
36
33
.PP
37
34
 
 
35
.RI "\fIWatch a specified \fBvariable\fP and process it as an instance or scalar object. \fP"
38
36
.in -1c
39
37
.SH "Detailed Description"
40
38
.PP 
41
39
Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table). 
42
 
.PP
 
40
 
43
41
These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional. 
 
42
.SH "Author"
 
43
.PP 
 
44
Generated automatically by Doxygen for net-snmp from the source code.