Date: Fri, 24 Dec 1999 01:43:32 +0900 From: horikawa@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/15649: ng_vjc.8 typo (``nodes'' should be ``hooks'') Message-ID: <19991224014332E.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 15649 >Category: docs >Synopsis: ng_vjc.8 typo (``nodes'' should be ``hooks'') >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 23 08:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 3.1-RELEASE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: src/sys/modules/netgraph/vjc/ng_vjc.8 revision 1.5.2.4 (recent RELENG_3) and revision 1.7 (HEAD), commited on Dec 21, 1999. >Description: I understand that ``ip'', ``vjcomp'', ``vjuncomp'' and ``vjip'' are hooks of ng_vjc netgraph node. But in some place, these hooks are mentioned as nodes. I understand that ``vjc_ip'', ``vjc_vjcomp'', ``vjc_vjuncomp'' and ``vjc_ip'' are also hooks of ng_ppp netgraph node. >How-To-Repeat: $ man 8 ng_vjc >Fix: Apply following patch to src/sys/modules/netgraph/vjc/ng_vjc.8 revision 1.5.2.4 (recent RELENG_3) and revision 1.7 (HEAD). --- ng_vjc.8.bak Fri Dec 24 01:27:24 1999 +++ ng_vjc.8 Fri Dec 24 01:28:08 1999 @@ -52,15 +52,15 @@ compress TCP packet headers. The .Dv ip hook represents the uncompressed side of the node, while the .Dv vjcomp , .Dv vjuncomp , and .Dv vjip -nodes represent the compressed side of the node. Packets received on the +hooks represent the compressed side of the node. Packets received on the .Dv ip will be compressed or passed through as appropriate. Packets received on the other three hooks will be uncompressed as appropriate. This node also supports .Dq always pass through mode in either direction. .Pp @@ -81,23 +81,23 @@ .Xr ng_ppp 8 node, the .Dv ip , .Dv vjuncomp , .Dv vjcomp , and .Dv vjip -nodes should be connected to the +hooks should be connected to the .Xr ng_ppp 8 node's .Dv vjc_ip , .Dv vjc_vjcomp , .Dv vjc_vjuncomp , and .Dv vjc_ip -nodes, respectively. +hooks, respectively. .Sh HOOKS This node type supports the following hooks: .Pp .Bl -tag -width foobarbazi .It Dv ip Upstream (uncompressed) IP packets. .It Dv vjcomp @@ -149,15 +149,15 @@ When enabling compression, .Dv maxChannel should be set to the number of outgoing compression channels minus one, and is a value between 3 and 15, inclusive. Also, the .Dv compressCID field indicates whether it is OK to compress the CID field for outgoing compressed TCP packets. This value should be zero unless -either (a) it not possible for an incoming frame to be lost, or +either (a) it is not possible for an incoming frame to be lost, or (b) lost frames can be reliably detected and a .Dv NGM_VJC_RECV_ERROR message is immediately sent whenever this occurs. .It Dv NGM_VJC_GET_STATE This command returns the node's current state described by the .Dv "struct slcompress" structure, which is defined in >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991224014332E.k-horik>