diff options
Diffstat (limited to 'lib/libc')
-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 0496ce0..e56ddc0 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -238,7 +238,7 @@ does not permit writing. Too many symbolic links were encountered in translating the pathname. .It Bq Er EISDIR The named file is a directory, and the arguments specify -it is to be opened for writing. +it is to be modified. .It Bq Er EROFS The named file resides on a read-only file system, and the file is to be modified. |