summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_vjc.4
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-08-05 20:17:04 +0000
committerarchie <archie@FreeBSD.org>2000-08-05 20:17:04 +0000
commit03d498eb80c9caecb6ef918e1d8077db5afed43a (patch)
tree336134905f893ba998d71ecd198a24c8acae4259 /share/man/man4/ng_vjc.4
parentab26e9c142e7995d50cb7bdb55e960913bb324ed (diff)
downloadFreeBSD-src-03d498eb80c9caecb6ef918e1d8077db5afed43a.zip
FreeBSD-src-03d498eb80c9caecb6ef918e1d8077db5afed43a.tar.gz
Fix misspelling.
Diffstat (limited to 'share/man/man4/ng_vjc.4')
-rw-r--r--share/man/man4/ng_vjc.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ng_vjc.4 b/share/man/man4/ng_vjc.4
index 58e1812..cfaf42f 100644
--- a/share/man/man4/ng_vjc.4
+++ b/share/man/man4/ng_vjc.4
@@ -40,14 +40,14 @@
.Os FreeBSD
.Sh NAME
.Nm ng_vjc
-.Nd Van Jacobsen compression netgraph node type
+.Nd Van Jacobson compression netgraph node type
.Sh SYNOPSIS
.Fd #include <net/slcompress.h>
.Fd #include <netgraph/ng_vjc.h>
.Sh DESCRIPTION
The
.Nm vjc
-node type performs Van Jacobsen compression, which is used
+node type performs Van Jacobson compression, which is used
over PPP, SLIP, and other point-to-point IP connections to
compress TCP packet headers. The
.Dv ip
@@ -64,7 +64,7 @@ This node also supports
.Dq always pass through
mode in either direction.
.Pp
-Van Jacobsen compression only applies to TCP packets.
+Van Jacobson compression only applies to TCP packets.
Only
.Dq normal
(i.e., common case) TCP packets are actually compressed.
@@ -185,7 +185,7 @@ This node shuts down upon receipt of a
control message, or when all hooks have been disconnected.
.Sh BUGS
Because the initialization routine in the kernel implementation of
-Van Jacobsen compression initializes both compression and decompression
+Van Jacobson compression initializes both compression and decompression
at once, this node does not allow compression and decompression to
be enabled in separate operations. In order to enable one when
the other is already enabled, first both must be disabled, then
@@ -205,7 +205,7 @@ However, this may change in the future.
.Xr ng_iface 4 ,
.Xr ngctl 8
.Rs
-.%A V. Jacobsen
+.%A V. Jacobson
.%T "Compressing TCP/IP Headers"
.%O RFC 1144
.Re
OpenPOWER on IntegriCloud