diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-21 08:29:13 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-24 14:53:48 +0200 |
commit | f68512e9feb15edea74293915fc38acf068b14c3 (patch) | |
tree | a8c63d61e2d17cd33bebf7bca96b10ae235b11bc /man3/posix_memalign.3 | |
parent | ce154705eccb4434f15804f4a225dcaa95051404 (diff) |
intro.1, add_key.2, get_mempolicy.2, get_thread_area.2, intro.2, keyctl.2, mbind.2, request_key.2, set_thread_area.2, clock.3, cmsg.3, getcwd.3, getpw.3, intro.3, malloc.3, posix_memalign.3, shm_open.3, sleep.3, sysconf.3, intro.4, sd.4, intro.5, locale.5, slabinfo.5, intro.6, boot.7, bootparam.7, futex.7, glob.7, hier.7, intro.7, libc.7, locale.7, mq_overview.7, netlink.7, sem_overview.7, shm_overview.7, unix.7, intro.8: Global fix: Use consistent capitalization in NAME section
The line(s) in the NAME section should only use capitals
where English usage dictates that. Otherwise, use
lowercase throughout.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/posix_memalign.3')
-rw-r--r-- | man3/posix_memalign.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 012860f4..927682c1 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -27,7 +27,7 @@ .\" Document pvalloc() and aligned_alloc() .TH POSIX_MEMALIGN 3 2012-03-23 "GNU" "Linux Programmer's Manual" .SH NAME -posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- Allocate aligned memory +posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory .SH SYNOPSIS .nf .B #include <stdlib.h> |