diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:53:28 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:53:28 +0100 |
| commit | 7cc1a01f512183a0ee37c4b0622c2b50fc3f74fa (patch) | |
| tree | 562b24546cb9c7effb9c9d8d83715abca69fb855 | |
| parent | 93a515976754ee77d7aee51d355ebaefa36bb563 (diff) | |
| download | man-pages-7cc1a01f512183a0ee37c4b0622c2b50fc3f74fa.tar.gz | |
posix_memalign.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/posix_memalign.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index e092f1ac78..93cb00abe3 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -9,6 +9,9 @@ .TH POSIX_MEMALIGN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> |
