diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-04 20:02:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-04 20:02:37 +0000 |
commit | 6496660fc56ccbfa5baf84891500325a86415824 (patch) | |
tree | 93887aaaa48579b58508f7b65fb2805e5bca0908 /share | |
parent | 9b2eea96ee46d0c75621c1df1ce68aa4599d8838 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/divert.4 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index df96bbac1b9..e9a2bd35171 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: divert.4,v 1.3 2009/10/04 16:08:37 michele Exp $ +.\" $OpenBSD: divert.4,v 1.4 2009/10/04 20:02:36 jmc Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" @@ -14,13 +14,12 @@ .\" 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 4 2009 $ .Dt DIVERT 4 .Os .Sh NAME .Nm divert -.Nd Kernel packet diversion mechanism +.Nd kernel packet diversion mechanism .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/socket.h> @@ -56,7 +55,7 @@ from the divert socket. .Xr pf 4 will reassemble the IP packets by default before sending them to the divert socket. -In addition, TCP reassembling is enabled for packet divert rules, see +In addition, TCP reassembling is enabled for packet divert rules; see .Xr pf.conf 5 for details. Writing to a divert socket can be achieved using @@ -72,7 +71,7 @@ the packets are dropped. .Sh SEE ALSO .Xr socket 2 , .Xr ip 4 , -.Xr pf.conf 5 , +.Xr pf.conf 5 .Sh HISTORY The .Nm |