~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to man/netsnmp_leaf.3

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "leaf_handlers: process individual leaf objects" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" \" -*- nroff -*-
 
1
.TH "leaf_handlers" 3 "14 Jul 2006" "Version 5.2.3" "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 \- 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
6
 
7
7
.PP
8
8
.SS "Modules"
9
9
 
10
10
.in +1c
11
11
.ti -1c
12
 
.RI "\fBinstance: process individual MIB instances easily.\fP"
13
 
.br
14
 
.ti -1c
15
 
.RI "\fBscalar: process scalars easily.\fP"
16
 
.br
17
 
.ti -1c
18
 
.RI "\fBscalar_group: process groups of scalars.\fP"
19
 
.br
20
 
.ti -1c
21
 
.RI "\fBwatcher: watch a specified variable and process\fP"
22
 
.br
23
 
.RI "\fIit as an instance or scalar object \fP"
 
12
.RI "\fBinstance\fP"
 
13
.br
 
14
.RI "\fIProcess individual MIB instances easily. \fP"
 
15
.PP
 
16
.in +1c
 
17
 
 
18
.ti -1c
 
19
.RI "\fBscalar\fP"
 
20
.br
 
21
.RI "\fIProcess scalars easily. \fP"
 
22
.PP
 
23
.in +1c
 
24
 
 
25
.ti -1c
 
26
.RI "\fBscalar_group\fP"
 
27
.br
 
28
.RI "\fIProcess groups of scalars. \fP"
 
29
.PP
 
30
.in +1c
 
31
 
 
32
.ti -1c
 
33
.RI "\fBwatcher\fP"
 
34
.br
 
35
.RI "\fIWatch a specified variable and process it as an instance or scalar object. \fP"
24
36
.PP
25
37
 
26
38
.in -1c
27
39
.SH "Detailed Description"
28
40
.PP 
29
 
A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table). 
 
41
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). 
30
42
.PP
31
 
These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.
 
43
These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.