diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-12-21 01:25:21 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-12-21 01:25:21 +0000 |
| commit | 5129159789cc9d7bc514e4546b88e3427695002d (patch) | |
| tree | 74dd80ffee7dcaae624c5dcd7b39b6ca2a922ee6 /sys/modules/netgraph/hole | |
| parent | bedf424beb08370ff557643e2f2e7a7d2134fda3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/hole')
| -rw-r--r-- | sys/modules/netgraph/hole/ng_hole.4 | 16 | ||||
| -rw-r--r-- | sys/modules/netgraph/hole/ng_hole.8 | 16 |
2 files changed, 22 insertions, 10 deletions
diff --git a/sys/modules/netgraph/hole/ng_hole.4 b/sys/modules/netgraph/hole/ng_hole.4 index 472b22cd6e00..f1a701474092 100644 --- a/sys/modules/netgraph/hole/ng_hole.4 +++ b/sys/modules/netgraph/hole/ng_hole.4 @@ -37,7 +37,7 @@ .\" .Dd January 19, 1999 .Dt NG_HOLE 8 -.Os FreeBSD 4.0 +.Os FreeBSD .Sh NAME .Nm ng_hole .Nd netgraph discard node type @@ -49,8 +49,9 @@ The node type silently discards all data and control messages it receives. This type is used for testing and debugging. .Sh HOOKS -.Nm Hole -nodes accept any request to connect, regardless of the hook name, +A +.Nm +node accepts any request to connect, regardless of the hook name, as long as the name is unique. .Sh CONTROL MESSAGES This node type supports only the generic control messages. @@ -63,5 +64,10 @@ control message, or when all hooks have been disconnected. .Xr netgraph 4 , .Xr ng_echo 8 , .Xr ngctl 8 . -.Sh AUTHOR -Julian Elischer <julian@whistle.com> +.Sh HISTORY +The +.Nm +node type was implemented in +.Fx 4.0 . +.Sh AUTHORS +.An Julian Elischer Aq julian@whistle.com diff --git a/sys/modules/netgraph/hole/ng_hole.8 b/sys/modules/netgraph/hole/ng_hole.8 index 472b22cd6e00..f1a701474092 100644 --- a/sys/modules/netgraph/hole/ng_hole.8 +++ b/sys/modules/netgraph/hole/ng_hole.8 @@ -37,7 +37,7 @@ .\" .Dd January 19, 1999 .Dt NG_HOLE 8 -.Os FreeBSD 4.0 +.Os FreeBSD .Sh NAME .Nm ng_hole .Nd netgraph discard node type @@ -49,8 +49,9 @@ The node type silently discards all data and control messages it receives. This type is used for testing and debugging. .Sh HOOKS -.Nm Hole -nodes accept any request to connect, regardless of the hook name, +A +.Nm +node accepts any request to connect, regardless of the hook name, as long as the name is unique. .Sh CONTROL MESSAGES This node type supports only the generic control messages. @@ -63,5 +64,10 @@ control message, or when all hooks have been disconnected. .Xr netgraph 4 , .Xr ng_echo 8 , .Xr ngctl 8 . -.Sh AUTHOR -Julian Elischer <julian@whistle.com> +.Sh HISTORY +The +.Nm +node type was implemented in +.Fx 4.0 . +.Sh AUTHORS +.An Julian Elischer Aq julian@whistle.com |
