Deleted Added
full compact
snmp_netgraph.3 (140598) snmp_netgraph.3 (141849)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Harti Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution of this software and documentation and use in source and

--- 13 unchanged lines hidden (view full) ---

22.\" FRAUNHOFER FOKUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25.\" OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
28.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Harti Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution of this software and documentation and use in source and

--- 13 unchanged lines hidden (view full) ---

22.\" FRAUNHOFER FOKUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25.\" OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
28.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 140598 2005-01-21 20:48:00Z ru $
30.\" $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 141849 2005-02-13 23:23:30Z ru $
31.\"
32.Dd November 14, 2003
33.Dt snmp_netgraph 3
34.Os
35.Sh NAME
36.Nm snmp_netgraph ,
37.Nm snmp_node ,
38.Nm snmp_nodename ,

--- 313 unchanged lines hidden (view full) ---

352types do not match.
353.Ss CHANGING THE GRAPH
354A number of functions can be used to create or destroy nodes and hooks.
355.Pp
356The function
357.Fn ng_mkpeer_id
358creates a new node of type
359.Fa type
31.\"
32.Dd November 14, 2003
33.Dt snmp_netgraph 3
34.Os
35.Sh NAME
36.Nm snmp_netgraph ,
37.Nm snmp_node ,
38.Nm snmp_nodename ,

--- 313 unchanged lines hidden (view full) ---

352types do not match.
353.Ss CHANGING THE GRAPH
354A number of functions can be used to create or destroy nodes and hooks.
355.Pp
356The function
357.Fn ng_mkpeer_id
358creates a new node of type
359.Fa type
360who's hook
360whose hook
361.Fa peerhook
362will be connected to
363.Fa hook
364of node
365.Fa id .
366If
367.Fa name
368is not NULL the new node is named with this name.

--- 68 unchanged lines hidden ---
361.Fa peerhook
362will be connected to
363.Fa hook
364of node
365.Fa id .
366If
367.Fa name
368is not NULL the new node is named with this name.

--- 68 unchanged lines hidden ---