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_vvalloczn.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_vvalloczn.3')
-rw-r--r-- | man/libsimple_vvalloczn.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/libsimple_vvalloczn.3 b/man/libsimple_vvalloczn.3 index 606dbae..44a9b84 100644 --- a/man/libsimple_vvalloczn.3 +++ b/man/libsimple_vvalloczn.3 @@ -61,9 +61,9 @@ shall be called with the returned pointer as input when the allocated memory is no longer needed. .PP The -.BR libsimple_envallocz () +.BR libsimple_envalloczn () and -.BR libsimple_evallocz () +.BR libsimple_evalloczn () functions will terminate the process if the memory cannot be allocated, by calling the .BR libsimple_enprintf () @@ -73,11 +73,11 @@ functions, respectively. On failure, the process's exit value will be .I status if the -.BR libsimple_envallocz () +.BR libsimple_envalloczn () function is used or .IR libsimple_default_failure_exit (3) if the -.BR libsimple_evallocz () +.BR libsimple_evalloczn () function is used. .PP The @@ -132,11 +132,11 @@ is 0. Enough memory could not be allocated. .PP The -.BR libsimple_envvallocz (), -.BR libsimple_evvallocz (), -.BR libsimple_envallocz (), +.BR libsimple_envvalloczn (), +.BR libsimple_evvalloczn (), +.BR libsimple_envalloczn (), and -.BR libsimple_evallocz () +.BR libsimple_evalloczn () functions will terminate the process on failure. .SH ATTRIBUTES For an explanation of the terms used in this section, see |