diff options
Diffstat (limited to 'share/man/man4/divert.4')
-rw-r--r-- | share/man/man4/divert.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index 81ab14e..21e1ee3 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -1,3 +1,5 @@ +.\" $Id$ +.\" .Dd June 18, 1996 .Dt DIVERT 4 .Os FreeBSD @@ -124,11 +126,11 @@ The destination address contained an IP address not equal to that was not associated with any interface. .El .Sh SEE ALSO -.Xr ipfw 8 , -.Xr socket 2 , .Xr bind 2 , +.Xr recvfrom 2 , .Xr sendto 2 , -.Xr recvfrom 2 . +.Xr socket 2 , +.Xr ipfw 8 .Sh BUGS This is an attempt to provide a clean way for user mode processes to implement various IP tricks like address translation, but it |