Fix documentation: a Mad is freed using mad_free() not free(3).

Actually, mad_free() only calls free(3) but for the sake of consistency, document the proper interface.
This commit is contained in:
Romain Tartiere 2010-06-22 22:50:01 +00:00
parent d88aa9b29b
commit 1839e32df8

View file

@ -153,7 +153,7 @@ The
function return function return
.Va NULL .Va NULL
on failure and allocates memory that has to be freed using on failure and allocates memory that has to be freed using
.Xr free 3 .Fn mad_free
on success. on success.
Unless stated otherwise, all other functions return a value greater than or equal to Unless stated otherwise, all other functions return a value greater than or equal to
.Va 0 .Va 0