Penguin

Differences between current version and previous revision of udp(7).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Monday, February 10, 2003 10:16:41 pm by PerryLorier
Older page: version 3 Last edited on Monday, February 10, 2003 10:16:14 pm by PerryLorier Revert
@@ -44,13 +44,13 @@
  __int__ ''value''__; 
  __''error'' __= ioctl(__''tcp_socket''__,__ ''ioctl_type''__, __''value''__);__ 
  
  
-;__SIOCINQ__; Gets a pointer to an integer as argument. Returns the size of the next pending datagram in the integer in bytes, or 0 when no datagram is pending. 
+;__SIOCINQ__: Gets a pointer to an integer as argument. Returns the size of the next pending datagram in the integer in bytes, or 0 when no datagram is pending. 
  
 *** NOTE: 2003/07/03 SIOCINQ is undefined in Linux 2.4.20 / glibc 2.3.1 (Kit Peters) *** 
  
-;__SIOCOUTQ__; Returns the number of data bytes in the local send queue. Only supported with Linux 2.4 and above. 
+;__SIOCOUTQ__: Returns the number of data bytes in the local send queue. Only supported with Linux 2.4 and above. 
  
 In addition all ioctls documented in ip(7) and socket(7) are supported. 
  
 !!ERRORS 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.