From a97090a20eefa3675195c14d28be9fe10a2ac9ca Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Thu, 27 Jun 2024 01:01:37 -0700 Subject: [PATCH] doc: Fix error in previous commits. * doc/posix-headers/netdb.texi (netdb.h): Move @end itemize to the end of the list. --- ChangeLog | 4 ++++ doc/posix-headers/netdb.texi | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5