From: Bruno Haible Date: Fri, 3 Jan 2025 15:38:52 +0000 (+0100) Subject: doc: Mention the new modules. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1ee79b154056869c29af72124bae0f3f16768487;p=gnulib.git doc: Mention the new modules. * doc/strings.texi (Comparison of string APIs): Add rows for startswith and endswith functions. --- 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}