]> 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 c3df1ee51994d8c5820692300cf7632002b91219..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
@@ -27,8 +28,8 @@
 \r
   @param [in] how       Which operations to shutdown\r
 \r
-  @return     ::shutdown returns the zero (0) if successful or -1 when an\r
-              error occurs.  In the latter case, errno contains more details.\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