From: Collin Funk Date: Thu, 27 Jun 2024 08:01:37 +0000 (-0700) Subject: doc: Fix error in previous commits. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a97090a20eefa3675195c14d28be9fe10a2ac9ca;p=gnulib.git doc: Fix error in previous commits. * doc/posix-headers/netdb.texi (netdb.h): Move @end itemize to the end of the list. --- diff --git a/ChangeLog b/ChangeLog index 1b884b9eeb..ef61d1c652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-06-27 Collin Funk + doc: Fix error in previous commits. + * doc/posix-headers/netdb.texi (netdb.h): Move @end itemize to the end + of the list. + netdb tests: Check for NI_MAXHOST and NI_MAXSERV. * modules/netdb-tests (Depends-on): Add assert-h. * tests/test-netdb.c: Check that NI_MAXHOST and NI_MAXSERV are defined diff --git a/doc/posix-headers/netdb.texi b/doc/posix-headers/netdb.texi index 47caaf8c31..c3d33b44fc 100644 --- a/doc/posix-headers/netdb.texi +++ b/doc/posix-headers/netdb.texi @@ -23,13 +23,12 @@ NetBSD 10.0. @item This header file does not define @code{AI_ADDRCONFIG} on some platforms: NetBSD 5.0. -@end itemize @item @c Defined in RFC 2553. This header file incorrectly defines @code{NI_MAXHOST} on some platforms: musl libc 1.2.4, OpenBSD 7.5. -@end +@end itemize Portability problems not fixed by Gnulib: @itemize