From 3c1204fc30c7ecc85ddfbc7a676604ac60933bec Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 19 Aug 2012 13:53:39 +0200 Subject: [PATCH] posix_memalign.3: Uncomment conformance sentence for aligned_alloc(). --- lib/libc/stdlib/posix_memalign.3 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdlib/posix_memalign.3 b/lib/libc/stdlib/posix_memalign.3 index 050e358..0d13555 100644 --- a/lib/libc/stdlib/posix_memalign.3 +++ b/lib/libc/stdlib/posix_memalign.3 @@ -123,7 +123,7 @@ The .Fn posix_memalign function conforms to .St -p1003.1-2008 . -.\"The -.\".Fn aligned_alloc -.\"function conforms to -.\".St -isoC-2011 . +The +.Fn aligned_alloc +function conforms to +.St -isoC-2011 . -- 1.7.7.2