summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/async
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-10-30 20:30:19 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-10-30 20:30:19 +0000
commit7f9d26bd9d1b2754da8429257edbde0a8237f84f (patch)
tree60e6d57b64ca0bdf17dd6768cd1e1039f6ea8dd1 /sys/modules/netgraph/async
parentc66c86f451bd8057a39b87b2778c822e958e6493 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/async')
-rw-r--r--sys/modules/netgraph/async/ng_async.42
-rw-r--r--sys/modules/netgraph/async/ng_async.82
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.