From: Bruno Haible Date: Fri, 22 Dec 2006 13:03:25 +0000 (+0000) Subject: Change order of sections. X-Git-Tag: cvs-readonly~1480 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5654535453712f3c9712a735bd3a066168c221cb;p=gnulib.git Change order of sections. --- diff --git a/MODULES.html.sh b/MODULES.html.sh index f8b79ffa9..15ff92a8c 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1814,25 +1814,25 @@ func_all_modules () func_module strtoull func_end_table - element="Wide character classification and mapping utilities " + element="Functions for greatest-width integer types " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` - func_section_wrap isoc_sup_wctype + func_section_wrap isoc_sup_inttypes func_wrap H3 func_echo "$element" func_begin_table - func_module wctype + func_module strtoimax + func_module strtoumax func_end_table - element="Functions for greatest-width integer types " + element="Wide character classification and mapping utilities " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` - func_section_wrap isoc_sup_inttypes + func_section_wrap isoc_sup_wctype func_wrap H3 func_echo "$element" func_begin_table - func_module strtoimax - func_module strtoumax + func_module wctype func_end_table element="Mathematics "