Remove ENOMEM from the documented set of *mallctl() errors.

*mallctl() always returns EINVAL and does partial result copying when
*oldlenp is to short to hold the requested value, rather than returning
ENOMEM.  Therefore remove ENOMEM from the documented set of possible
errors.
This commit is contained in:
Jason Evans 2013-12-18 15:35:45 -08:00
parent 1b75b4e6d1
commit 1393d79a4c

View File

@ -2208,12 +2208,6 @@ malloc_conf = "xmalloc:true";]]></programlisting>
is too large or too small; in this case as much data as possible
are read despite the error.</para></listitem>
</varlistentry>
<varlistentry>
<term><errorname>ENOMEM</errorname></term>
<listitem><para><parameter>*oldlenp</parameter> is too short to
hold the requested value.</para></listitem>
</varlistentry>
<varlistentry>
<term><errorname>ENOENT</errorname></term>