diff options
Diffstat (limited to 'man/libsimple_pvalloc.3')
-rw-r--r-- | man/libsimple_pvalloc.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/libsimple_pvalloc.3 b/man/libsimple_pvalloc.3 index 8cb1c97..93e23ae 100644 --- a/man/libsimple_pvalloc.3 +++ b/man/libsimple_pvalloc.3 @@ -58,14 +58,6 @@ function is used or if the .BR libsimple_epvalloc () function is used. -.PP -The -.BR libsimple_enpvalloc () -and -.BR libsimple_epvalloc () -functions behaviour is unspecified if -.I n -is 0. .SH RETURN VALUE The .BR libsimple_pvalloc (), @@ -89,6 +81,10 @@ The .BR libsimple_pvalloc () function will fail if: .TP +.B EINVAL +.I n +is 0. +.TP .B ENOMEM Enough memory could not be allocated. .PP |