From c54b8f6444d1750db19d7a499c92388dd4c20ff5 Mon Sep 17 00:00:00 2001 From: csjp Date: Tue, 20 Jul 2004 18:35:33 +0000 Subject: Remove reference to ENOTDIR in the documented errors for statfs(2). This is false, if the pathname specified is a regular file, then the information for the file system that the file lives on will be returned. Approved by: bmilekic (mentor) --- lib/libc/sys/statfs.2 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 0a98ba7..cb31e98 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -175,10 +175,6 @@ The system call fails if one or more of the following are true: .Bl -tag -width Er -.It Bq Er ENOTDIR -A component of the path prefix of -.Fa path -is not a directory. .It Bq Er ENAMETOOLONG The length of a component of .Fa path -- cgit v1.1