diff options
author | csjp <csjp@FreeBSD.org> | 2004-07-20 18:35:33 +0000 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2004-07-20 18:35:33 +0000 |
commit | c54b8f6444d1750db19d7a499c92388dd4c20ff5 (patch) | |
tree | 7df14ea7567a25010d7bebf215cf65370d7ef59b /lib | |
parent | db0285e2e3356f87b8f3215bfafbea3dab26e1d0 (diff) | |
download | FreeBSD-src-c54b8f6444d1750db19d7a499c92388dd4c20ff5.zip FreeBSD-src-c54b8f6444d1750db19d7a499c92388dd4c20ff5.tar.gz |
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)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/statfs.2 | 4 |
1 files changed, 0 insertions, 4 deletions
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 |