Reported-by: Jonny Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.IR sep .
.SH RETURN VALUE
All argz functions that do memory allocation have a return type of
-.IR error_t ,
+.IR error_t
+(an integer type),
and return 0 for success, and
.B ENOMEM
if an allocation error occurs.
removes all entries with value NULL.
.SH RETURN VALUE
All envz functions that do memory allocation have a return type of
-.IR error_t ,
+.IR error_t
+(an integer type),
and return 0 for success, and
.B ENOMEM
if an allocation error occurs.