Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2011 17:33:39 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224141 - head/contrib/pf/man
Message-ID:  <201107171733.p6HHXdXe082995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sun Jul 17 17:33:39 2011
New Revision: 224141
URL: http://svn.freebsd.org/changeset/base/224141

Log:
  Correct the description of struct pfioc_state_kill.
  
  PR:		kern/158997
  Submitted by:	ohauer

Modified:
  head/contrib/pf/man/pf.4

Modified: head/contrib/pf/man/pf.4
==============================================================================
--- head/contrib/pf/man/pf.4	Sun Jul 17 17:12:17 2011	(r224140)
+++ head/contrib/pf/man/pf.4	Sun Jul 17 17:33:39 2011	(r224141)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 28 2011
+.Dd July 17 2011
 .Dt PF 4
 .Os
 .Sh NAME
@@ -308,14 +308,17 @@ structure from the state table.
 .It Dv DIOCKILLSTATES Fa "struct pfioc_state_kill *psk"
 Remove matching entries from the state table.
 This ioctl returns the number of killed states in
-.Va psk_af .
+.Va psk_killed .
 .Bd -literal
 struct pfioc_state_kill {
+	struct pf_state_cmp	psk_pfcmp;
 	sa_family_t		psk_af;
 	int			psk_proto;
 	struct pf_rule_addr	psk_src;
 	struct pf_rule_addr	psk_dst;
 	char			psk_ifname[IFNAMSIZ];
+	char			psk_label[PF_RULE_LABEL_SIZE];
+	u_int			psk_killed;
 };
 .Ed
 .It Dv DIOCCLRSTATES Fa "struct pfioc_state_kill *psk"



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