About 45 of the man pages have what appears to be invalid titles. For example, netsnmp_leaf.3 has:
.TH "leaf_handlers: process individual leaf objects" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*-
A 'man netsnmp_leaf' on Linux gives:
******
$ man netsnmp_leaf
leaf_handlers: process indivileaf_handlers:cprocess individual leaf objects(3)
NAME <snip> ******
After changing it to:
.TH NETSNMP_LEAF 3 "2 Sep 2004" "" "Net-SNMP"
I now get the following which is correct:
******
NETSNMP_LEAF(3) Net-SNMP NETSNMP_LEAF(3)
NAME <snip> ******
It looks like when they were generated the description in the NAME section was uses as the title. I would like to apply the attached patch, but I would like to know how the those man files were created, and if there is any reason for me not to patch them. If they were generated and will be re-generated in the future, then there's no point patching them.. None of the files I am patching were created by doxygen from what I can tell as there is no footer saying it was created with doxygen, unless it was an older version?
Alex
Index: man/netsnmp_Container_iterator.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_Container_iterator.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_Container_iterator.3 --- man/netsnmp_Container_iterator.3 2 Sep 2004 05:57:41 -0000 5.4 +++ man/netsnmp_Container_iterator.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "Container_iterator" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_CONTAINER_ITERATOR 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_agent.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_agent.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_agent.3 --- man/netsnmp_agent.3 2 Sep 2004 05:57:41 -0000 5.15 +++ man/netsnmp_agent.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "The Net-SNMP agent" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_AGENT 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_agent_registry.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_agent_registry.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_agent_registry.3 --- man/netsnmp_agent_registry.3 2 Sep 2004 05:52:43 -0000 1.2 +++ man/netsnmp_agent_registry.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "Maintain a registry of MIB subtrees, together with related information regarding mibmodule, sessions, etc" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_AGENT_REGISTRY 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_agent_trap.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_agent_trap.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_agent_trap.3 --- man/netsnmp_agent_trap.3 2 Sep 2004 05:52:43 -0000 1.2 +++ man/netsnmp_agent_trap.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "Trap generation routines for mib modules to use" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_AGENT_TRAP 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_asn1_packet_parse.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_asn1_packet_parse.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_asn1_packet_parse.3 --- man/netsnmp_asn1_packet_parse.3 2 Sep 2004 05:52:43 -0000 1.2 +++ man/netsnmp_asn1_packet_parse.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "asn1 parsing and datatype manipulation routines." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_ASN1_PACKET_PARSE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_baby_steps.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_baby_steps.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_baby_steps.3 --- man/netsnmp_baby_steps.3 2 Sep 2004 05:57:41 -0000 5.4 +++ man/netsnmp_baby_steps.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "baby_steps: calls your handler in baby_steps for set processing." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_BABY_STEPS 3 "2 Sep 2004" "" "net-snmp" .ad l .nh .SH NAME Index: man/netsnmp_bulk_to_next.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_bulk_to_next.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_bulk_to_next.3 --- man/netsnmp_bulk_to_next.3 2 Sep 2004 05:57:41 -0000 5.15 +++ man/netsnmp_bulk_to_next.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_BULK_TO_NEXT 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_cache_handler.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_cache_handler.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_cache_handler.3 --- man/netsnmp_cache_handler.3 2 Sep 2004 05:57:41 -0000 5.4 +++ man/netsnmp_cache_handler.3 16 Oct 2004 02:41:24 -0000 @@ -1,4 +1,4 @@ -.TH "cache_handler: Maintains a cache of data for use by lower level handlers." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_CACHE_HANDLER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_callback.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_callback.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_callback.3 --- man/netsnmp_callback.3 2 Sep 2004 05:52:43 -0000 1.2 +++ man/netsnmp_callback.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "A generic callback mechanism" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_CALLBACK 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_container.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_container.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_container.3 --- man/netsnmp_container.3 2 Sep 2004 05:57:41 -0000 5.4 +++ man/netsnmp_container.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "null_container: Helps you implement specialized" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_CONTAINER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_data_list.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_data_list.3,v retrieving revision 5.6 diff -u -r5.6 netsnmp_data_list.3 --- man/netsnmp_data_list.3 2 Sep 2004 05:57:41 -0000 5.6 +++ man/netsnmp_data_list.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "generic linked-list data handling with a string as a key." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_DATA_LIST 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_debug.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_debug.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_debug.3 --- man/netsnmp_debug.3 2 Sep 2004 05:57:41 -0000 5.15 +++ man/netsnmp_debug.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "debug: print out debugging information about the handler chain being called." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_DEBUG 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_default_store.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_default_store.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_default_store.3 --- man/netsnmp_default_store.3 2 Sep 2004 05:52:43 -0000 1.2 +++ man/netsnmp_default_store.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "storage space for defaults" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_DEFAULT_STORE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_example_scalar_int.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_example_scalar_int.3,v retrieving revision 5.0 diff -u -r5.0 netsnmp_example_scalar_int.3 --- man/netsnmp_example_scalar_int.3 20 Apr 2002 07:30:14 -0000 5.0 +++ man/netsnmp_example_scalar_int.3 16 Oct 2004 02:41:25 -0000 @@ -1,4 +1,4 @@ -.TH "example_scalar_int: instantiates a few example scalars." 3 "6 Mar 2002" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_EXAMPLE_SCALAR_INT 3 "6 Mar 2002" "" "Net-SNMP" .ad l .nh .SH NAME @@ -23,4 +23,4 @@ .PP snmpset localhost netSnmpExampleInteger.0 = 1234 netSnmpExampleScalars = 1234 .PP -snmpget localhost netSnmpExampleInteger.0 netSnmpExampleScalars = 1234 \ No newline at end of file +snmpget localhost netSnmpExampleInteger.0 netSnmpExampleScalars = 1234 Index: man/netsnmp_handler.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_handler.3,v retrieving revision 5.17 diff -u -r5.17 netsnmp_handler.3 --- man/netsnmp_handler.3 2 Sep 2004 05:57:41 -0000 5.17 +++ man/netsnmp_handler.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "Net-SNMP Agent handler and extensibility API" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_HANDLER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_instance.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_instance.3,v retrieving revision 5.14 diff -u -r5.14 netsnmp_instance.3 --- man/netsnmp_instance.3 2 Sep 2004 05:57:41 -0000 5.14 +++ man/netsnmp_instance.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "instance: process individual MIB instances easily." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_INSTANCE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_leaf.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_leaf.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_leaf.3 --- man/netsnmp_leaf.3 2 Sep 2004 05:57:42 -0000 5.4 +++ man/netsnmp_leaf.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "leaf_handlers: process individual leaf objects" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_LEAF 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_library.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_library.3,v retrieving revision 5.9 diff -u -r5.9 netsnmp_library.3 --- man/netsnmp_library.3 2 Sep 2004 05:57:42 -0000 5.9 +++ man/netsnmp_library.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "The Net-SNMP library" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_LIBRARY 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_mib_utilities.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_mib_utilities.3,v retrieving revision 5.9 diff -u -r5.9 netsnmp_mib_utilities.3 --- man/netsnmp_mib_utilities.3 2 Sep 2004 05:57:42 -0000 5.9 +++ man/netsnmp_mib_utilities.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "mib parsing and datatype manipulation routines." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_MIB_UTILITIES 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_mode_end_call.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_mode_end_call.3,v retrieving revision 5.10 diff -u -r5.10 netsnmp_mode_end_call.3 --- man/netsnmp_mode_end_call.3 2 Sep 2004 05:57:42 -0000 5.10 +++ man/netsnmp_mode_end_call.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "mode_end_call: at the end of a series of requests, call another handler hook." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_MODE_END_CALL 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_multiplexer.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_multiplexer.3,v retrieving revision 5.14 diff -u -r5.14 netsnmp_multiplexer.3 --- man/netsnmp_multiplexer.3 2 Sep 2004 05:57:42 -0000 5.14 +++ man/netsnmp_multiplexer.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "multiplexer: splits mode requests into calls to different handlers." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_MULTIPLEXER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_oid_stash.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_oid_stash.3,v retrieving revision 5.7 diff -u -r5.7 netsnmp_oid_stash.3 --- man/netsnmp_oid_stash.3 2 Sep 2004 05:57:42 -0000 5.7 +++ man/netsnmp_oid_stash.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "Store and retrieve data referenced by an OID." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_OID_STASH 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_old_api.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_old_api.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_old_api.3 --- man/netsnmp_old_api.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_old_api.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "old_api: Calls mib module code written in the old style of code." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_OLD_API 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_read_config.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_read_config.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_read_config.3 --- man/netsnmp_read_config.3 2 Sep 2004 05:52:44 -0000 1.2 +++ man/netsnmp_read_config.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "parsing various configuration files at run time" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_READ_CONFIG 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_read_only.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_read_only.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_read_only.3 --- man/netsnmp_read_only.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_read_only.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "read_only: make your handler read_only automatically" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_READ_ONLY 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_row_merge.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_row_merge.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_row_merge.3 --- man/netsnmp_row_merge.3 2 Sep 2004 05:57:42 -0000 5.4 +++ man/netsnmp_row_merge.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "row_merge: Calls sub handlers with request for one row at a time." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_ROW_MERGE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_scalar.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_scalar.3,v retrieving revision 5.13 diff -u -r5.13 netsnmp_scalar.3 --- man/netsnmp_scalar.3 2 Sep 2004 05:57:42 -0000 5.13 +++ man/netsnmp_scalar.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "scalar: process scalars easily." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SCALAR "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_scalar_group_group.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_scalar_group_group.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_scalar_group_group.3 --- man/netsnmp_scalar_group_group.3 2 Sep 2004 05:57:42 -0000 5.4 +++ man/netsnmp_scalar_group_group.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "scalar_group: process groups of scalars." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SCALAR_GROUP_GROUP 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_serialize.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_serialize.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_serialize.3 --- man/netsnmp_serialize.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_serialize.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "serialize: Calls sub handlers one request at a time." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SERIALIZE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_set_data.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_set_data.3,v retrieving revision 5.5 diff -u -r5.5 netsnmp_set_data.3 --- man/netsnmp_set_data.3 17 Oct 2003 23:33:39 -0000 5.5 +++ man/netsnmp_set_data.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "set_data: helps storing and retriving of data during set transactions" 3 "17 Oct 2003" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SET_DATA 3 "17 Oct 2003" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_snmp_agent.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_snmp_agent.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_snmp_agent.3 --- man/netsnmp_snmp_agent.3 2 Sep 2004 05:52:44 -0000 1.2 +++ man/netsnmp_snmp_agent.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "net-snmp agent related processing" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SNMP_AGENT 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_snmp_alarm.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_snmp_alarm.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_snmp_alarm.3 --- man/netsnmp_snmp_alarm.3 2 Sep 2004 05:52:44 -0000 1.2 +++ man/netsnmp_snmp_alarm.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "generic library based alarm timers for various parts of an application" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SNMP_ALARM "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_snmp_client.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_snmp_client.3,v retrieving revision 1.2 diff -u -r1.2 netsnmp_snmp_client.3 --- man/netsnmp_snmp_client.3 2 Sep 2004 05:52:44 -0000 1.2 +++ man/netsnmp_snmp_client.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "various PDU processing routines" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SNMP_CLIENT 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_snmp_logging.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_snmp_logging.3,v retrieving revision 1.3 diff -u -r1.3 netsnmp_snmp_logging.3 --- man/netsnmp_snmp_logging.3 29 Sep 2004 17:35:44 -0000 1.3 +++ man/netsnmp_snmp_logging.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "generic logging for net-snmp" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_SNMP_LOGGING 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_stash_cache.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_stash_cache.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_stash_cache.3 --- man/netsnmp_stash_cache.3 2 Sep 2004 05:57:42 -0000 5.4 +++ man/netsnmp_stash_cache.3 16 Oct 2004 02:41:26 -0000 @@ -1,4 +1,4 @@ -.TH "stash_cache: automatically caches data for certain handlers." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_STASH_CACHE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_table.3 --- man/netsnmp_table.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_table.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table: Helps you implement a table." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table_array.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table_array.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_table_array.3 --- man/netsnmp_table_array.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_table_array.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE_ARRAY 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table_container.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table_container.3,v retrieving revision 1.1 diff -u -r1.1 netsnmp_table_container.3 --- man/netsnmp_table_container.3 2 Sep 2004 05:51:21 -0000 1.1 +++ man/netsnmp_table_container.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table_container: Helps you implement a table when data can be found via a netsnmp_container." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE_CONTAINER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table_data.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table_data.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_table_data.3 --- man/netsnmp_table_data.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_table_data.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table_data: Helps you implement a table with datamatted storage." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE_DATA 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table_dataset.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table_dataset.3,v retrieving revision 5.15 diff -u -r5.15 netsnmp_table_dataset.3 --- man/netsnmp_table_dataset.3 2 Sep 2004 05:57:42 -0000 5.15 +++ man/netsnmp_table_dataset.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table_dataset: Helps you implement a table with automatted storage." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE_DATASET 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_table_iterator.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_table_iterator.3,v retrieving revision 5.14 diff -u -r5.14 netsnmp_table_iterator.3 --- man/netsnmp_table_iterator.3 2 Sep 2004 05:57:42 -0000 5.14 +++ man/netsnmp_table_iterator.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_TABLE_ITERATOR 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_util.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_util.3,v retrieving revision 5.8 diff -u -r5.8 netsnmp_util.3 --- man/netsnmp_util.3 2 Sep 2004 05:57:42 -0000 5.8 +++ man/netsnmp_util.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "Memory Utility Routines" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_UTIL 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_utilities.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_utilities.3,v retrieving revision 5.4 diff -u -r5.4 netsnmp_utilities.3 --- man/netsnmp_utilities.3 2 Sep 2004 05:57:42 -0000 5.4 +++ man/netsnmp_utilities.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "utility_handlers: simplify request processing" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_UTILITIES 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME Index: man/netsnmp_watcher.3 =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/man/netsnmp_watcher.3,v retrieving revision 5.13 diff -u -r5.13 netsnmp_watcher.3 --- man/netsnmp_watcher.3 2 Sep 2004 05:57:42 -0000 5.13 +++ man/netsnmp_watcher.3 16 Oct 2004 02:41:27 -0000 @@ -1,4 +1,4 @@ -.TH "watcher: watch a specified variable and process" 3 "2 Sep 2004" "net-snmp" \" -*- nroff -*- +.TH NETSNMP_WATCHER 3 "2 Sep 2004" "" "Net-SNMP" .ad l .nh .SH NAME
