diff options
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man2/open.2 b/man2/open.2 index ec1cde693a..4a2083d9cd 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -318,7 +318,9 @@ with equal to .BR O_CREAT|O_WRONLY|O_TRUNC . .SH "RETURN VALUE" -.BR open "() and " creat () +.BR open () +and +.BR creat () return the new file descriptor, or \-1 if an error occurred (in which case, .I errno @@ -365,7 +367,8 @@ already exists and were used. .TP .B EFAULT -.IR pathname " points outside your accessible address space." +.IR pathname +points outside your accessible address space. .TP .B EISDIR .I pathname @@ -387,7 +390,8 @@ was a symbolic link. The process already has the maximum number of files open. .TP .B ENAMETOOLONG -.IR pathname " was too long." +.IR pathname +was too long. .TP .B ENFILE The system limit on the total number of open files has been reached. |
