diff options
author | pluknet <pluknet@FreeBSD.org> | 2014-07-22 22:39:59 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2014-07-22 22:39:59 +0000 |
commit | 91bb0ce910f13963bdd5c1d139816cba8865d432 (patch) | |
tree | 7eb56ce9fd09135e2c3007eea73297a1df06d0f9 | |
parent | 00f6eb03863318fe01fd24db0cd71de48afdffb3 (diff) | |
download | FreeBSD-src-91bb0ce910f13963bdd5c1d139816cba8865d432.zip FreeBSD-src-91bb0ce910f13963bdd5c1d139816cba8865d432.tar.gz |
Re-sort synopsis, add includes.
-rw-r--r-- | share/man/man9/PCBGROUP.9 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/PCBGROUP.9 b/share/man/man9/PCBGROUP.9 index 55760a4..7dfe194 100644 --- a/share/man/man9/PCBGROUP.9 +++ b/share/man/man9/PCBGROUP.9 @@ -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, |