diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-10-24 22:57:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-10-24 22:57:42 +0000 |
commit | 8b2c628101fbb4f14b0c78e20f39b2b09776340f (patch) | |
tree | 67d5b3afab2b48c802620c52abf6dd5399cc35e3 | |
parent | ef9c1962f11e079b972d3ab9e03ee307f255fe15 (diff) |
clarify -r1.9; help/ok benno
-rw-r--r-- | share/man/man4/divert.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index a52d6d416cb..91ca105eab7 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: divert.4,v 1.10 2012/10/21 15:25:42 jmc Exp $ +.\" $OpenBSD: divert.4,v 1.11 2012/10/24 22:57:41 jmc Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 21 2012 $ +.Dd $Mdocdate: October 24 2012 $ .Dt DIVERT 4 .Os .Sh NAME @@ -78,9 +78,10 @@ Receive and send divert socket buffer space can be tuned through .Xr netstat 1 shows information relevant to divert sockets. .Pp -The IP_DIVERTFL socket option on the IPPROTO_IP level controls if inbound and -outbound packets are diverted (the default) or only one direction. -Only the superuser can change this setting, and it cannot be reset once set. +The IP_DIVERTFL socket option on the IPPROTO_IP level controls +whether both inbound and outbound packets are diverted (the default) +or only packets travelling in one direction. +It cannot be reset once set. Valid values are .Dv IPPROTO_DIVERT_INIT for the direction of the initial packet of a flow, and |