diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-07-01 21:46:47 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-07-01 21:46:47 -0400 |
commit | 20e255110cddf657898f84f9bd82bb1c8463b6aa (patch) | |
tree | 1a66a852b34d3e5745599f776650c2f98c351819 /sys/man/2 | |
parent | 562f1b51ee293e7cef3a577b7409ea5b2caf0494 (diff) |
open(2): fix typo
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/open b/sys/man/2/open index 3a41ca030..2dbde5e09 100644 --- a/sys/man/2/open +++ b/sys/man/2/open @@ -103,7 +103,7 @@ cannot be evaluated, if the user doesn't have write permission in the final directory, if the file already exists and does not permit the access defined by .IR omode , -of if there are no free file descriptors. +or if there are no free file descriptors. In the last case, the file may be created even when an error is returned. If the file is new and the directory in which it is created is |