# HG changeset patch # User Bruno Haible # Date 1166792605 0 # Node ID 923b69d92e467fc543d617f3ceed33aad1867cbf # Parent 19ff03763d736eba92c8fb80b28d43a7876a4d93 Change order of sections. diff --git a/MODULES.html.sh b/MODULES.html.sh --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1814,16 +1814,6 @@ func_module strtoull func_end_table - element="Wide character classification and mapping utilities " - element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` - func_section_wrap isoc_sup_wctype - func_wrap H3 - func_echo "$element" - - func_begin_table - func_module wctype - func_end_table - element="Functions for greatest-width integer types " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_inttypes @@ -1835,6 +1825,16 @@ func_module strtoumax func_end_table + element="Wide character classification and mapping utilities " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_wctype + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module wctype + func_end_table + element="Mathematics " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_math