summaryrefslogtreecommitdiffstats
path: root/share/man/man4/natm.4
diff options
context:
space:
mode:
authorkjc <kjc@FreeBSD.org>1999-03-29 04:25:09 +0000
committerkjc <kjc@FreeBSD.org>1999-03-29 04:25:09 +0000
commit1d23653385b701e6ef13bbbe4fb216bab202b990 (patch)
tree7d6ebba9d3394cf857effd12b4b83bb2b1f0aa9b /share/man/man4/natm.4
parentec5e8c885fb4912cbd14ca0a8f64e23f3e82d75e (diff)
downloadFreeBSD-src-1d23653385b701e6ef13bbbe4fb216bab202b990.zip
FreeBSD-src-1d23653385b701e6ef13bbbe4fb216bab202b990.tar.gz
typo fixes
PR: docs/10738 Submitted by:Yamaguchi Takahiro tyama@titanium.crc.uec.ac.jp
Diffstat (limited to 'share/man/man4/natm.4')
-rw-r--r--share/man/man4/natm.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/natm.4 b/share/man/man4/natm.4
index 91cd67a..d2786b9 100644
--- a/share/man/man4/natm.4
+++ b/share/man/man4/natm.4
@@ -36,7 +36,7 @@ one would use the following:
s = socket(AF_NATM, SOCK_STREAM, PROTO_NATMAAL5);
/* note: PROTO_NATMAAL0 is AAL0 */
if (s < 0) { perror("socket"); exit(1); }
- bzero(&snatm, sieof(snatm));
+ bzero(&snatm, sizeof(snatm));
snatm.snatm_len = sizeof(snatm);
snatm.snatm_family = AF_NATM;
sprintf(snatm.snatm_if, "en0");
@@ -80,7 +80,7 @@ us.
We are currently involved with a video server project and are using
this driver as part of it. We have a device we build called an MMX.
You can connect a video camera to an MMX and have it send you a stream
-of of AAL0 cells with the video output in it. Of course this stream
+of AAL0 cells with the video output in it. Of course this stream
is pretty rapid (in fact, it is massive!), and the normal AAL0
handling of the driver is unable to handle it (you end up with a cell
per small mbuf trying to make it to the application ... it turns out
OpenPOWER on IntegriCloud