X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..eee3565979933af707c711411001ba11fe406a3c:/bsd/man/man4/udp.4 diff --git a/bsd/man/man4/udp.4 b/bsd/man/man4/udp.4 index 5e8f7eae3..381cc7795 100644 --- a/bsd/man/man4/udp.4 +++ b/bsd/man/man4/udp.4 @@ -33,7 +33,7 @@ .\" .\" @(#)udp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd June 5, 1993 +.Dd March 18, 2015 .Dt UDP 4 .Os BSD 4.2 .Sh NAME @@ -59,6 +59,8 @@ and .Xr recvfrom calls, though the .Xr connect 2 +or +.Xr connectx 2 call may also be used to fix the destination for future packets (in which case the .Xr recv 2 @@ -125,12 +127,14 @@ socket with a network address for which no network interface exists. .El .Sh SEE ALSO +.Xr connect 2 , +.Xr connectx 2 , .Xr getsockopt 2 , .Xr recv 2 , .Xr send 2 , .Xr socket 2 , -.Xr intro 4 , .Xr inet 4 , +.Xr intro 4 , .Xr ip 4 .Sh HISTORY The