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 /share/man/man4/ng_async.4 | |
parent | bedf424beb08370ff557643e2f2e7a7d2134fda3 (diff) |
Manual page style work.
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
Notes
Notes:
svn path=/head/; revision=54927
Diffstat (limited to 'share/man/man4/ng_async.4')
-rw-r--r-- | share/man/man4/ng_async.4 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/share/man/man4/ng_async.4 b/share/man/man4/ng_async.4 index 7c061c9d6394..6f9693e177a0 100644 --- a/share/man/man4/ng_async.4 +++ b/share/man/man4/ng_async.4 @@ -37,7 +37,7 @@ .\" .Dd January 19, 1999 .Dt NG_ASYNC 8 -.Os FreeBSD 4.0 +.Os FreeBSD .Sh NAME .Nm ng_async .Nd asynchronous framing netgraph node type @@ -75,7 +75,9 @@ is enabled for that frame (in PPP, LCP packets are always sent with no address and control field compression and all control characters escaped). .Pp -This node supports ``flag sharing'' for packets transmitted on +This node supports +.Dq flag sharing +for packets transmitted on .Dv async . This is an optimization where the trailing flag byte of one frame is shared with the opening flag byte of the next. @@ -122,7 +124,9 @@ struct ng_async_cfg { The .Dv enabled field enables or disables all encoding/decoding functions (default disabled). -When disabled, the node operates in simple ``pass through'' mode. +When disabled, the node operates in simple +.Dq pass through +mode. The .Dv amru and @@ -156,5 +160,10 @@ control message, or when all hooks have been disconnected. .%T "The Point-to-Point Protocol (PPP)" .%O RFC 1661 .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 |