diff options
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 1fb2945..8048ee5 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -246,7 +246,7 @@ or .Dv O_EXLOCK is specified but the underlying file system does not support locking. .It Bq Er EOPNOTSUPP -The named file is a special file mounted through a filesystem that +The named file is a special file mounted through a file system that does not support access to it (e.g. NFS). .It Bq Er EWOULDBLOCK .Dv O_NONBLOCK |