]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/shutdown.c
MdePkg UefiLib: Use comparison logic to check UINTN parameter
[mirror_edk2.git] / StdLib / BsdSocketLib / shutdown.c
index 4c00feade78697e3c2753d2d85dbb39e1ddd04d3..76831a502b251292999c14d3e700337a154d6b9f 100644 (file)
@@ -18,7 +18,8 @@
 /**\r
   Shutdown the socket receive and transmit operations\r
 \r
-  The ::shutdown routine stops socket receive and transmit operations.\r
+  The shutdown routine stops socket receive and transmit operations.\r
+\r
   The\r
   <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">POSIX</a>\r
   documentation is available online.\r
@@ -26,9 +27,9 @@
   @param [in] s         Socket file descriptor returned from ::socket.\r
 \r
   @param [in] how       Which operations to shutdown\r
-  \r
-  @returns    ::shutdown returns the zero (0) if successful or -1 when an\r
-              error occurs.  In the latter case, errno contains more details.\r
+\r
+  @return     This routine returns the zero (0) if successful or -1 when an\r
+              error occurs.  In the latter case, ::errno contains more details.\r
 \r
  **/\r
 int\r