From 1e075df25728ca063e7fe5e3d6da6c3c5234d373 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Nov 2020 12:59:48 +0100 Subject: [PATCH] doc: Fix a makeinfo warning (regression 2020-11-03). * doc/posix-functions/aligned_alloc.texi: Add missing @item. --- ChangeLog | 5 +++++ doc/posix-functions/aligned_alloc.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 229945e862..a4bb97060a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-11-22 Bruno Haible + + doc: Fix a makeinfo warning (regression 2020-11-03). + * doc/posix-functions/aligned_alloc.texi: Add missing @item. + 2020-11-21 Paul Eggert 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. -- 2.39.5