Penguin

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

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

Newer page: version 3 Last edited on Thursday, November 7, 2002 12:00:41 am by PerryLorier
Older page: version 2 Last edited on Thursday, November 7, 2002 12:00:22 am by PerryLorier Revert
@@ -80,14 +80,14 @@
 ;[ENOMEM]: Insufficient kernel memory was available. 
 ;[ENOSYS]: The filesystem ''path'' is on does not support statfs(2). 
  
 For fstatfs(2): 
- ;[EBADF]: ''fd'' is not a valid open file descriptor.  
- ;[EFAULT]: ''buf'' points to an invalid address.  
- ;[EIO]: An I/O error occurred while reading from or writing to the file system.  
- ;[ENOSYS]: The filesystem ''fd'' is open on does not support statfs(2). 
+;[EBADF]: ''fd'' is not a valid open file descriptor.  
+;[EFAULT]: ''buf'' points to an invalid address.  
+;[EIO]: An I/O error occurred while reading from or writing to the file system.  
+;[ENOSYS]: The filesystem ''fd'' is open on does not support statfs(2). 
  
 !!CONFORMING TO 
 The Linux statfs(2) was inspired by the 4.4BSD one (but they do not use the same structure). 
  
 !!SEE ALSO 
 stat(2), fstat(2), statfs(2) 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.