summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.3
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.3')
-rw-r--r--cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.343
1 files changed, 0 insertions, 43 deletions
diff --git a/cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.3 b/cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.3
deleted file mode 100644
index 96f2e8ea96..0000000000
--- a/cleopatre/application/spidnetsnmp/man/netsnmp_table_generic.3
+++ /dev/null
@@ -1,43 +0,0 @@
-.TH "generic_table_API" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-generic_table_API \- General requirements for a table helper.
-
-.PP
-.SS "Modules"
-
-.in +1c
-.ti -1c
-.RI "\fBtable_maintenance\fP"
-.br
-.RI "\fIRoutines for maintaining the contents of a table. \fP"
-.PP
-.in +1c
-
-.ti -1c
-.RI "\fBmib_maintenance\fP"
-.br
-.RI "\fIRoutines for maintaining a MIB table. \fP"
-.PP
-.in +1c
-
-.ti -1c
-.RI "\fBtable_rows\fP"
-.br
-.RI "\fIRoutines for working with the rows of a table. \fP"
-.PP
-.in +1c
-
-.ti -1c
-.RI "\fBtable_indexes\fP"
-.br
-.RI "\fIRoutines for working with row indexes. \fP"
-.PP
-
-.in -1c
-.SH "Detailed Description"
-.PP
-General requirements for a table helper.
-.PP
-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.