From 5b154abc5453f546b8f1bf073f2162b14f2a3c66 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Tue, 20 Jul 2004 18:35:33 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 0a98ba78890..cb31e98fe59 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