summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-24 23:08:27 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-24 23:08:34 +0100
commit036fba51dca237b3d33a0b00d4d4603e4e37a8d8 (patch)
tree2314e53e1b0f96fbeabd6d9b49d6f3129a2df2a0
parent4c479f8adde34945bd62dbfc0c853cca2069997a (diff)
posix_memalign.3: ERRORS: wfix
Simplify, and make it consistent with malloc(3). Suggested-by: Jonny Grant <jg@jguk.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/posix_memalign.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index 8b469f802..bb1068bf9 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -143,7 +143,7 @@ argument was not a power of two, or was not a multiple of
.IR "sizeof(void\ *)" .
.TP
.B ENOMEM
-There was insufficient memory to fulfill the allocation request.
+Out of memory.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).