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/ppp | |
| parent | bedf424beb08370ff557643e2f2e7a7d2134fda3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/ppp')
| -rw-r--r-- | sys/modules/netgraph/ppp/ng_ppp.4 | 15 | ||||
| -rw-r--r-- | sys/modules/netgraph/ppp/ng_ppp.8 | 15 |
2 files changed, 22 insertions, 8 deletions
diff --git a/sys/modules/netgraph/ppp/ng_ppp.4 b/sys/modules/netgraph/ppp/ng_ppp.4 index ac23ee47071e4..96045e0d1df3c 100644 --- a/sys/modules/netgraph/ppp/ng_ppp.4 +++ b/sys/modules/netgraph/ppp/ng_ppp.4 @@ -66,7 +66,7 @@ hook which is used to handle any protocol not directly supported by the node. This includes all of the control protocols: LCP, IPCP, CCP, etc. Typically this node is connected to a user-land daemon via a -.Xr ng_socket(8) +.Xr ng_socket 8 type node. .Sh ENABLING FUNCTIONALITY In general, the PPP node enables a specific link or functionality when @@ -153,7 +153,9 @@ hooks are connected, and the corresponding configuration flag is enabled, Van Jacobsen compression and/or decompression will become active. Normally these hooks connect to the corresponding hooks of a single .Xr ng_vjc 8 -node. The PPP node is compatible with the ``pass through'' modes of the +node. The PPP node is compatible with the +.Dq pass through +modes of the .Xr ng_vjc 8 node type. .Sh BYPASS HOOK @@ -375,5 +377,10 @@ control message, or when all hooks have been disconnected. .%T "The PPP Multilink Protocol (MP)" .%O RFC 1990 .Re -.Sh AUTHOR -Archie Cobbs <archie@whistle.com> +.Sh HISTORY +The +.Nm +node type was implemented in +.Fx 4.0 . +.Sh AUTHORS +.An Archie Cobbs Aq archie@whistle.com diff --git a/sys/modules/netgraph/ppp/ng_ppp.8 b/sys/modules/netgraph/ppp/ng_ppp.8 index ac23ee47071e4..96045e0d1df3c 100644 --- a/sys/modules/netgraph/ppp/ng_ppp.8 +++ b/sys/modules/netgraph/ppp/ng_ppp.8 @@ -66,7 +66,7 @@ hook which is used to handle any protocol not directly supported by the node. This includes all of the control protocols: LCP, IPCP, CCP, etc. Typically this node is connected to a user-land daemon via a -.Xr ng_socket(8) +.Xr ng_socket 8 type node. .Sh ENABLING FUNCTIONALITY In general, the PPP node enables a specific link or functionality when @@ -153,7 +153,9 @@ hooks are connected, and the corresponding configuration flag is enabled, Van Jacobsen compression and/or decompression will become active. Normally these hooks connect to the corresponding hooks of a single .Xr ng_vjc 8 -node. The PPP node is compatible with the ``pass through'' modes of the +node. The PPP node is compatible with the +.Dq pass through +modes of the .Xr ng_vjc 8 node type. .Sh BYPASS HOOK @@ -375,5 +377,10 @@ control message, or when all hooks have been disconnected. .%T "The PPP Multilink Protocol (MP)" .%O RFC 1990 .Re -.Sh AUTHOR -Archie Cobbs <archie@whistle.com> +.Sh HISTORY +The +.Nm +node type was implemented in +.Fx 4.0 . +.Sh AUTHORS +.An Archie Cobbs Aq archie@whistle.com |
