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

« back to all changes in this revision

Viewing changes to man/netsnmp_table_generic.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 "generic_table_API" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "generic_table_API" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
generic_table_API \- General requirements for a table helper.  
 
5
generic_table_API \- 
 
6
.PP
 
7
General requirements for a table helper.  
6
8
 
7
 
.PP
8
9
.SS "Modules"
9
10
 
10
11
.in +1c
11
12
.ti -1c
12
13
.RI "\fBtable_maintenance\fP"
13
14
.br
 
15
.PP
 
16
 
14
17
.RI "\fIRoutines for maintaining the contents of a table. \fP"
15
 
.PP
16
 
.in +1c
17
 
 
18
18
.ti -1c
19
19
.RI "\fBmib_maintenance\fP"
20
20
.br
 
21
.PP
 
22
 
21
23
.RI "\fIRoutines for maintaining a MIB table. \fP"
22
 
.PP
23
 
.in +1c
24
 
 
25
24
.ti -1c
26
25
.RI "\fBtable_rows\fP"
27
26
.br
 
27
.PP
 
28
 
28
29
.RI "\fIRoutines for working with the rows of a table. \fP"
29
 
.PP
30
 
.in +1c
31
 
 
32
30
.ti -1c
33
31
.RI "\fBtable_indexes\fP"
34
32
.br
 
33
.PP
 
34
 
35
35
.RI "\fIRoutines for working with row indexes. \fP"
36
 
.PP
37
 
 
38
36
.in -1c
39
37
.SH "Detailed Description"
40
38
.PP 
41
39
General requirements for a table helper. 
42
 
.PP
 
40
 
43
41
A given table helper need not implement the whole of this API, and may need to adjust the prototype of certain routines. But this description provides a suitable standard design framework. 
 
42
.SH "Author"
 
43
.PP 
 
44
Generated automatically by Doxygen for net-snmp from the source code.