Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 22:39:59 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268996 - head/share/man/man9
Message-ID:  <201407222239.s6MMdx75046335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407222239.s6MMdx75046335>