summaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-24 23:09:38 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-24 23:13:48 +0100
commit1db6c03d230d277d0053accbfaa073b6f7707c86 (patch)
treee897854131666856d4081c9aaa57aad57ead65a8 /man3
parent036fba51dca237b3d33a0b00d4d4603e4e37a8d8 (diff)
posix_memalign.3: wfix
Remove superfluous words. Suggested-by: Jonny Grant <jg@jguk.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3')
-rw-r--r--man3/posix_memalign.32
1 files changed, 0 insertions, 2 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index bb1068bf9..534f85932 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -54,7 +54,6 @@ Feature Test Macro Requirements for glibc (see
.\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
.fi
.SH DESCRIPTION
-The function
.BR posix_memalign ()
allocates
.I size
@@ -86,7 +85,6 @@ which must be a power of two.
.\" The behavior of memalign() for size==0 is as for posix_memalign()
.\" but no standards govern this.
.P
-The function
.BR aligned_alloc ()
is the same as
.BR memalign (),