getcwd.3: Add ENOMEM error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-12 09:13:13 +02:00
parent afd6bcb8d9
commit 28e8ce31e7
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@ The size of the null-terminated absolute pathname string exceeds
.B PATH_MAX
bytes.
.TP
.B ENOMEM
Out of memory.
.TP
.B ENOENT
The current working directory has been unlinked.
.TP