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 17a051b4461c..2ec7016e4308 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -31,10 +31,10 @@ ISO/IEC DIS 9945 Information technology
     access
     acos
     acosf
+    acosl
     acosh
     acoshf
     acoshl
-    acosl
     aio_cancel
     aio_error
     aio_fsync
@@ -49,22 +49,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
@@ -114,10 +114,10 @@ ISO/IEC DIS 9945 Information technology
     cabsl
     cacos
     cacosf
+    cacosl
     cacosh
     cacoshf
     cacoshl
-    cacosl
     call_once                  (ISO C11)
     calloc
     carg
@@ -125,16 +125,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
@@ -143,10 +143,10 @@ ISO/IEC DIS 9945 Information technology
     cbrtl
     ccos
     ccosf
+    ccosl
     ccosh
     ccoshf
     ccoshl
-    ccosl
     ceil
     ceilf
     ceill
@@ -192,10 +192,10 @@ ISO/IEC DIS 9945 Information technology
     copysignl
     cos
     cosf
+    cosl
     cosh
     coshf
     coshl
-    cosl
     cpow
     cpowf
     cpowl
@@ -209,19 +209,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
@@ -264,11 +264,11 @@ ISO/IEC DIS 9945 Information technology
     environ
     erand48
     erf
+    erff
+    erfl
     erfc
     erfcf
     erfcl
-    erff
-    erfl
     errno
     execl
     execle
@@ -278,11 +278,11 @@ ISO/IEC DIS 9945 Information technology
     execvp
     exit
     exp
+    expf
+    expl
     exp2
     exp2f
     exp2l
-    expf
-    expl
     expm1
     expm1f
     expm1l
@@ -576,6 +576,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
@@ -588,8 +590,6 @@ ISO/IEC DIS 9945 Information technology
     logb
     logbf
     logbl
-    logf
-    logl
     longjmp
     lrand48
     lrint
@@ -982,10 +982,10 @@ ISO/IEC DIS 9945 Information technology
     sigwaitinfo
     sin
     sinf
+    sinl
     sinh
     sinhf
     sinhl
-    sinl
     sleep
     snprintf
     sockatmark
@@ -1064,10 +1064,10 @@ ISO/IEC DIS 9945 Information technology
     system
     tan
     tanf
+    tanl
     tanh
     tanhf
     tanhl
-    tanl
     tcdrain
     tcflow
     tcflush
@@ -1114,9 +1114,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

Reply via email to