summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-11-22 12:59:48 +0100
committerBruno Haible <bruno@clisp.org>2020-11-22 12:59:48 +0100
commit1e075df25728ca063e7fe5e3d6da6c3c5234d373 (patch)
treed314aa89980dc413cdac68c2fa672c429b9f5e60
parentfdf0468198631a456406edc09983972edb8fa5c4 (diff)
downloadgnulib-1e075df25728ca063e7fe5e3d6da6c3c5234d373.tar.gz
gnulib-1e075df25728ca063e7fe5e3d6da6c3c5234d373.tar.bz2
doc: Fix a makeinfo warning (regression 2020-11-03).
* doc/posix-functions/aligned_alloc.texi: Add missing @item.
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/aligned_alloc.texi1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 229945e862..a4bb97060a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-11-22 Bruno Haible <bruno@clisp.org>
+
+ doc: Fix a makeinfo warning (regression 2020-11-03).
+ * doc/posix-functions/aligned_alloc.texi: Add missing @item.
+
2020-11-21 Paul Eggert <eggert@cs.ucla.edu>
parse-datetime: fix printf format typo
diff --git a/doc/posix-functions/aligned_alloc.texi b/doc/posix-functions/aligned_alloc.texi
index ff216789f2..cfc2878f87 100644
--- a/doc/posix-functions/aligned_alloc.texi
+++ b/doc/posix-functions/aligned_alloc.texi
@@ -8,6 +8,7 @@ Gnulib module: aligned_alloc
Portability problems fixed by Gnulib:
@itemize
+@item
This function fails if the alignment argument is smaller than
@code{sizeof (void *)} on some platforms:
AIX 7.2.

Return to:

Send suggestions and report system problems to the System administrator.