Penguin

Differences between current version and previous revision of writev(2).

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

Newer page: version 3 Last edited on Monday, March 17, 2003 1:51:04 am by PerryLorier
Older page: version 2 Last edited on Monday, March 17, 2003 1:50:43 am by PerryLorier Revert
@@ -14,9 +14,9 @@
 !!DESCRIPTION 
 __readv__ reads data from file descriptor ''fd'', and puts the result in the buffers described by ''vector''. The number of buffers is specified by ''count''. The 
 buffers are filled in the order specified. Operates just like __read__ except that data is put in ''vector'' instead of a contiguous buffer. 
  
- __writev__ writes data to file descriptor ''fd'', and from the buffers described by ''vector''. The number of buffers is specified by ''count''. The buffers are used in the order specified. Operates just like __write__ except that data is taken from ''vector'' instead of a contiguous buffer. 
+__writev__ writes data to file descriptor ''fd'', and from the buffers described by ''vector''. The number of buffers is specified by ''count''. The buffers are used in the order specified. Operates just like __write__ except that data is taken from ''vector'' instead of a contiguous buffer. 
  
 !!RETURN VALUE 
 On success __readv__ returns the number of bytes read. On success __writev__ returns the number of bytes written. On error, -1 is returned, and ''errno'' is set appropriately. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.