svn commit: r268996 - head/share/man/man9

Sergey Kandaurov pluknet at FreeBSD.org
Tue Jul 22 22:40:00 UTC 2014


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,


More information about the svn-src-head mailing list