Formatting fix

This commit is contained in:
Michael Kerrisk 2005-10-19 13:17:47 +00:00
parent 1c4700c568
commit 826b3f2763
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ all NULs except the last by
.IR sep .
.SH "RETURN VALUE"
All argz functions that do memory allocation have a return type of
\fIerror_t\fP, and return \fB0\fP for success, and \fBENOMEM\fP
\fIerror_t\fP, and return 0 for success, and \fBENOMEM\fP
if an allocation error occurs.
.SH BUGS
Argz vectors without final NUL may lead to Segmentation Faults.

View File

@ -110,7 +110,7 @@ if there was one.
removes all entries with value NULL.
.SH "RETURN VALUE"
All envz functions that do memory allocation have a return type of
\fIerror_t\fP, and return \fB0\fP for success, and \fBENOMEM\fP
\fIerror_t\fP, and return 0 for success, and \fBENOMEM\fP
if an allocation error occurs.
.SH EXAMPLE
.sp