]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/getsockname.c
Add missing IPv6 address definitions.
[mirror_edk2.git] / StdLib / BsdSocketLib / getsockname.c
index 0b72edcf293bed237e07421082ac6d5605a4f4a3..11614493db3ee4ac855cb94da011b62342480ac2 100644 (file)
@@ -18,7 +18,8 @@
 /**\r
   Get the local socket address.\r
 \r
-  The ::getsockname routine retrieves the local system address from the socket.\r
+  The getsockname routine retrieves the local system address from the socket.\r
+\r
   The\r
   <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html#">POSIX</a>\r
   documentation is available online.\r
@@ -29,8 +30,8 @@
 \r
   @param [in] address_len Length of the local network address structure\r
 \r
-  @returns    ::getsockname returns zero (0) if successful or -1 when an error occurs.\r
-              In the case of an error, errno contains more details.\r
+  @return     This routine returns zero (0) if successful or -1 when an error occurs.\r
+              In the case of an error, ::errno contains more details.\r
 \r
  **/\r
 int\r