X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=f786b3cfa2fa10649dcf8655a6075978c779e5ee;hb=9df4453b386268b137f71b0e9548f67e03565dd4;hp=021915023268d0559307e316db20d3ab75a25e9d;hpb=75e3b3670b7703b47beeeb923cc4f246693dc7d9;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 021915023..f786b3cfa 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1901,6 +1901,16 @@ func_all_modules () func_module canon-host func_end_table + element="Multithreading" + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap posix_ext_thread + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module lock + func_end_table + element="Internationalization functions" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap posix_ext_i18n @@ -1994,6 +2004,7 @@ func_all_modules () func_module readutmp func_module sig2str func_module sysexits + func_module visibility func_end_table }