diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-03 15:06:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-03 15:06:08 +0100 |
commit | 151588cc8dc00031576fd53351d6c7e076fc9ced (patch) | |
tree | e32fbea90f214ed0b228a5ba2797f16416b3ed7c /man/libsimple_pvallocz.3 | |
parent | Fix man pages (diff) | |
download | libsimple-151588cc8dc00031576fd53351d6c7e076fc9ced.tar.gz libsimple-151588cc8dc00031576fd53351d6c7e076fc9ced.tar.bz2 libsimple-151588cc8dc00031576fd53351d6c7e076fc9ced.tar.xz |
Add and fix man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_pvallocz.3')
-rw-r--r-- | man/libsimple_pvallocz.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/libsimple_pvallocz.3 b/man/libsimple_pvallocz.3 index b415e48..72181ef 100644 --- a/man/libsimple_pvallocz.3 +++ b/man/libsimple_pvallocz.3 @@ -91,6 +91,10 @@ The .BR libsimple_pvallocz () function will fail if: .TP +.B EINVAL +.I n +is 0. +.TP .B ENOMEM Enough memory could not be allocated. .PP |