Penguin

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

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

Newer page: version 3 Last edited on Monday, December 30, 2002 3:14:55 am by PerryLorier
Older page: version 2 Last edited on Monday, December 30, 2002 3:11:57 am by PerryLorier Revert
@@ -10,9 +10,9 @@
  
  __int getdents(unsigned int__ fd, __struct dirent *__ dirp, __unsigned int__ count __);__ 
  
 !!DESCRIPTION 
-getdents(3 ) reads several ''dirent'' structures from the directory pointed at by ''fd'' into the memory area pointed to by ''dirp''. The parameter ''count'' is the size of the memory area. 
+getdents(2 ) reads several ''dirent'' structures from the directory pointed at by ''fd'' into the memory area pointed to by ''dirp''. The parameter ''count'' is the size of the memory area. 
  
 The ''dirent'' structure is declared as follows: 
  struct dirent 
 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.