diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-10-30 20:30:19 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-10-30 20:30:19 +0000 |
| commit | 7f9d26bd9d1b2754da8429257edbde0a8237f84f (patch) | |
| tree | 60e6d57b64ca0bdf17dd6768cd1e1039f6ea8dd1 /sys/modules/netgraph/async | |
| parent | c66c86f451bd8057a39b87b2778c822e958e6493 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/async')
| -rw-r--r-- | sys/modules/netgraph/async/ng_async.4 | 2 | ||||
| -rw-r--r-- | sys/modules/netgraph/async/ng_async.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/async/ng_async.4 b/sys/modules/netgraph/async/ng_async.4 index cddaa1b68bf8..f07ef48e78d1 100644 --- a/sys/modules/netgraph/async/ng_async.4 +++ b/sys/modules/netgraph/async/ng_async.4 @@ -52,7 +52,7 @@ Asynchronous framing uses flag bytes and octet-stuffing to simulate a frame oriented connection over an octet-oriented asynchronous line. .Pp -The node trasmits and receives asynchronous data on the +The node transmits and receives asynchronous data on the .Dv async hook. Incoming data mbuf boundaries are ignored, while outgoing data is sent as a complete frame at a time. diff --git a/sys/modules/netgraph/async/ng_async.8 b/sys/modules/netgraph/async/ng_async.8 index cddaa1b68bf8..f07ef48e78d1 100644 --- a/sys/modules/netgraph/async/ng_async.8 +++ b/sys/modules/netgraph/async/ng_async.8 @@ -52,7 +52,7 @@ Asynchronous framing uses flag bytes and octet-stuffing to simulate a frame oriented connection over an octet-oriented asynchronous line. .Pp -The node trasmits and receives asynchronous data on the +The node transmits and receives asynchronous data on the .Dv async hook. Incoming data mbuf boundaries are ignored, while outgoing data is sent as a complete frame at a time. |
