Deleted Added
full compact
netgraph.4 (71895) netgraph.4 (72640)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

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

28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Authors: Julian Elischer <julian@FreeBSD.org>
34.\" Archie Cobbs <archie@FreeBSD.org>
35.\"
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

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

28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Authors: Julian Elischer <julian@FreeBSD.org>
34.\" Archie Cobbs <archie@FreeBSD.org>
35.\"
36.\" $FreeBSD: head/share/man/man4/netgraph.4 71895 2001-02-01 16:38:02Z ru $
36.\" $FreeBSD: head/share/man/man4/netgraph.4 72640 2001-02-18 10:25:42Z asmodai $
37.\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $
38.\"
39.Dd January 19, 1999
40.Dt NETGRAPH 4
41.Os FreeBSD
42.Sh NAME
43.Nm netgraph
44.Nd graph based kernel networking subsystem

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

908.It o
909Strings are enclosed in double quotes and respect the normal
910C language backslash escapes.
911.It o
912IP addresses have the obvious form.
913.It o
914Arrays are enclosed in square brackets, with the elements listed
915consecutively starting at index zero. An element may have an optional
37.\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $
38.\"
39.Dd January 19, 1999
40.Dt NETGRAPH 4
41.Os FreeBSD
42.Sh NAME
43.Nm netgraph
44.Nd graph based kernel networking subsystem

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

908.It o
909Strings are enclosed in double quotes and respect the normal
910C language backslash escapes.
911.It o
912IP addresses have the obvious form.
913.It o
914Arrays are enclosed in square brackets, with the elements listed
915consecutively starting at index zero. An element may have an optional
916index and equals sign preceeding it. Whenever an element
916index and equals sign preceding it. Whenever an element
917does not have an explicit index, the index is implicitly the previous
918element's index plus one.
919.It o
920Structures are enclosed in curly braces, and each field is specified
921in the form
922.Dq fieldname=value .
923.It o
924Any array element or structure field whose value is equal to its

--- 449 unchanged lines hidden ---
917does not have an explicit index, the index is implicitly the previous
918element's index plus one.
919.It o
920Structures are enclosed in curly braces, and each field is specified
921in the form
922.Dq fieldname=value .
923.It o
924Any array element or structure field whose value is equal to its

--- 449 unchanged lines hidden ---