From owner-svn-src-all@FreeBSD.ORG Tue Jul 22 22:40:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05360E42; Tue, 22 Jul 2014 22:40:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6DA82F48; Tue, 22 Jul 2014 22:39:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MMdxY2046336; Tue, 22 Jul 2014 22:39:59 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MMdx75046335; Tue, 22 Jul 2014 22:39:59 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201407222239.s6MMdx75046335@svn.freebsd.org> From: Sergey Kandaurov Date: Tue, 22 Jul 2014 22:39:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268996 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 22:40:00 -0000 Author: pluknet Date: Tue Jul 22 22:39:59 2014 New Revision: 268996 URL: http://svnweb.freebsd.org/changeset/base/268996 Log: Re-sort synopsis, add includes. Modified: head/share/man/man9/PCBGROUP.9 Modified: head/share/man/man9/PCBGROUP.9 ============================================================================== --- head/share/man/man9/PCBGROUP.9 Tue Jul 22 22:16:23 2014 (r268995) +++ head/share/man/man9/PCBGROUP.9 Tue Jul 22 22:39:59 2014 (r268996) @@ -26,13 +26,18 @@ .\" .\" $FreeBSD$ .\" -.Dd July 18, 2014 +.Dd July 23, 2014 .Dt PCBGROUP 9 .Os .Sh NAME .Nm PCBGROUP .Nd Distributed Protocol Control Block Groups .Sh SYNOPSIS +.Cd "options PCBGROUP" +.Pp +.In sys/param.h +.In netinet/in.h +.In netinet/in_pcb.h .Ft void .Fo in_pcbgroup_init .Fa "struct inpcbinfo *pcbinfo" "u_int hashfields" "int hash_nelements" @@ -53,12 +58,11 @@ .Fn in_pcbgroup_remove "struct inpcb *inp" .Ft int .Fn in_pcbgroup_enabled "struct inpcbinfo *pcbinfo" +.In netinet6/in6_pcb.h .Ft struct inpcbgroup * .Fo in6_pcbgroup_byhash .Fa "struct inpcbinfo *pcbinfo" "u_int hashtype" "uint32_t hash" .Fc -.Pp -.Cd "options PCBGROUP" .Sh DESCRIPTION PCBGROUP, or "connection groups", are based on Willman, Rixner, and Cox's 2006 USENIX paper,