From 1ee79b154056869c29af72124bae0f3f16768487 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 3 Jan 2025 16:38:52 +0100 Subject: [PATCH] doc: Mention the new modules. * doc/strings.texi (Comparison of string APIs): Add rows for startswith and endswith functions. --- doc/strings.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/strings.texi b/doc/strings.texi index 94cc61c9be..67a2d75cef 100644 --- a/doc/strings.texi +++ b/doc/strings.texi @@ -492,14 +492,14 @@ and in Gnulib. @item @code{str_startswith} @tab @code{str_startswith} @tab @code{mbs_startswith} -@tab -- +@tab @code{sd_startswith} @tab -- @tab @code{u32_startswith} @item @code{str_endswith} @tab @code{str_endswith} @tab @code{mbs_endswith} -@tab -- +@tab @code{sd_endswith} @tab -- @tab @code{u32_endswith} -- 2.39.5