From 1839e32df8ce36e665282de24117b651232aff1b Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 22 Jun 2010 22:50:01 +0000 Subject: [PATCH] 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. --- libfreefare/mad.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreefare/mad.3 b/libfreefare/mad.3 index 29b02ae..8713eb9 100644 --- a/libfreefare/mad.3 +++ b/libfreefare/mad.3 @@ -153,7 +153,7 @@ The function return .Va NULL on failure and allocates memory that has to be freed using -.Xr free 3 +.Fn mad_free on success. Unless stated otherwise, all other functions return a value greater than or equal to .Va 0