From b45197b694548a38de712a2b2e20e8b88984a6e1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 23 Mar 2013 12:52:08 +0100 Subject: [PATCH] posix_memalign.3: wfix Signed-off-by: Michael Kerrisk --- man3/posix_memalign.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 50b9a7dc5..ed0706241 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -245,7 +245,7 @@ or .BR valloc () (because one can only pass to .BR free (3) -a pointer gotten from +a pointer obtained from .BR malloc (3), while, for example, .BR memalign ()