summaryrefslogtreecommitdiffstats
path: root/man3/posix_memalign.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_memalign.3')
-rw-r--r--man3/posix_memalign.37
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index 49225ed71..e5bb580d8 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -26,7 +26,7 @@
.\" 2001-10-11, 2003-08-22, aeb, added some details
.\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com>
.\" Document pvalloc() and aligned_alloc()
-.TH POSIX_MEMALIGN 3 2020-08-13 "GNU" "Linux Programmer's Manual"
+.TH POSIX_MEMALIGN 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
.SH SYNOPSIS
@@ -245,7 +245,8 @@ is declared in \fI<stdlib.h>\fP instead of \fI<malloc.h>\fP.
According to SUSv2,
.BR valloc ()
is declared in \fI<stdlib.h>\fP.
-Libc4,5 and glibc declare it in \fI<malloc.h>\fP, and also in
+.\" Libc4,5 and
+Glibc declares it in \fI<malloc.h>\fP, and also in
\fI<stdlib.h>\fP
if suitable feature test macros are defined (see above).
.SH NOTES
@@ -305,7 +306,7 @@ needed only if you require larger alignment values.
.BR free (3),
.BR malloc (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,