Move circular Ff/Fl and similar functions before hyperbolic Fh? and similar entries to keep base entries together with their -f -l variants.
Signed-off-by: Brian Inglis <brian.ing...@systematicsw.ab.ca> --- winsup/doc/posix.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 0c9e492d62ad..1a1becd5e5c8 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -33,10 +33,10 @@ ISO/IEC DIS 9945 Information technology access acos acosf + acosl acosh acoshf acoshl - acosl aio_cancel aio_error aio_fsync @@ -51,22 +51,22 @@ ISO/IEC DIS 9945 Information technology asctime_r asin asinf + asinl asinh asinhf asinhl - asinl asprintf assert (SVID - available in "assert.h" header) at_quick_exit (ISO C11) atan + atanf + atanl atan2 atan2f atan2l - atanf atanh atanhf atanhl - atanl atexit atof atoi @@ -116,10 +116,10 @@ ISO/IEC DIS 9945 Information technology cabsl cacos cacosf + cacosl cacosh cacoshf cacoshl - cacosl call_once (ISO C11) calloc carg @@ -127,16 +127,16 @@ ISO/IEC DIS 9945 Information technology cargl casin casinf + casinl casinh casinhf casinhl - casinl catan catanf + catanl catanh catanhf catanhl - catanl catclose catgets catopen @@ -145,10 +145,10 @@ ISO/IEC DIS 9945 Information technology cbrtl ccos ccosf + ccosl ccosh ccoshf ccoshl - ccosl ceil ceilf ceill @@ -194,10 +194,10 @@ ISO/IEC DIS 9945 Information technology copysignl cos cosf + cosl cosh coshf coshl - cosl cpow cpowf cpowl @@ -211,19 +211,19 @@ ISO/IEC DIS 9945 Information technology crypt (available in external "crypt" library) csin csinf + csinl csinh csinhf csinhl - csinl csqrt csqrtf csqrtl ctan ctanf + ctanl ctanh ctanhf ctanhl - ctanl ctermid ctime ctime_r @@ -266,11 +266,11 @@ ISO/IEC DIS 9945 Information technology environ erand48 erf + erff + erfl erfc erfcf erfcl - erff - erfl errno execl execle @@ -280,11 +280,11 @@ ISO/IEC DIS 9945 Information technology execvp exit exp + expf + expl exp2 exp2f exp2l - expf - expl expm1 expm1f expm1l @@ -579,6 +579,8 @@ ISO/IEC DIS 9945 Information technology localtime_r lockf (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) log + logf + logl log10 log10f log10l @@ -591,8 +593,6 @@ ISO/IEC DIS 9945 Information technology logb logbf logbl - logf - logl longjmp lrand48 lrint @@ -985,10 +985,10 @@ ISO/IEC DIS 9945 Information technology sigwaitinfo sin sinf + sinl sinh sinhf sinhl - sinl sleep snprintf sockatmark @@ -1067,10 +1067,10 @@ ISO/IEC DIS 9945 Information technology system tan tanf + tanl tanh tanhf tanhl - tanl tcdrain tcflow tcflush @@ -1117,9 +1117,9 @@ ISO/IEC DIS 9945 Information technology towupper towupper_l trunc - truncate truncf truncl + truncate tsearch tss_create (ISO C11) tss_delete (ISO C11) -- 2.45.1