Abbreviate function variants on same line dropping base name. Signed-off-by: Brian Inglis <brian.ing...@systematicsw.ab.ca> --- winsup/doc/posix.xml | 84 ++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 42 deletions(-)
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index a9f293d0f19e..808a30089c79 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -42,9 +42,9 @@ ISO/IEC DIS 9945 Information technology asprintf assert (SVID - available in "assert.h" header) at_quick_exit (ISO C11) - atan/atanf/atanl - atan2/atan2f/atan2l - atanh/atanhf/atanhl + atan/f/l + atan2/f/l + atanh/f/l atexit atof atoi @@ -79,11 +79,11 @@ ISO/IEC DIS 9945 Information technology cacosh/cacoshf/cacoshl call_once (ISO C11) calloc - carg/cargf/cargl - casin/casinf/casinl - casinh/casinhf/casinhl - catan/catanf/catanl - catanh/catanhf/catanhl + carg/f/l + casin/f/l + casinh/f/l + catan/f/l + catanh/f/l catclose catgets catopen @@ -111,21 +111,21 @@ ISO/IEC DIS 9945 Information technology cnd_destroy/cnd_init (ISO C11) cnd_timedwait/cnd_wait (ISO C11) confstr - conj/conjf/conjl + conj/f/l connect - copysign/copysignf/copysignl - cos/cosf/cosl - cosh/coshf/coshl - cpow/cpowf/cpowl - cproj/cprojf/cprojl - creal/crealf/creall + copysign/f/l + cos/f/l + cosh/f/l + cpow/f/l + cproj/f/l + creal/f/l creat crypt (available in external "crypt" library) - csin/csinf/csinl - csinh/csinhf/csinhl - csqrt/csqrtf/csqrtl - ctan/ctanf/ctanl - ctanh/ctanhf/ctanhl + csin/f/l + csinh/f/l + csqrt/f/l + ctan/f/l + ctanh/f/l ctermid ctime/ctime_r daylight/timezone/tzname/tzset @@ -177,7 +177,7 @@ ISO/IEC DIS 9945 Information technology fclose fcntl (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) fdatasync - fdim/fdimf/fdiml + fdim/f/l fdopen fdopendir/opendir feclearexcept @@ -204,8 +204,8 @@ ISO/IEC DIS 9945 Information technology fma/fmaf/fmal fmax/fmaxf/fmaxl fmemopen - fmin/fminf/fminl - fmod/fmodf/fmodl + fmin/f/l + fmod/f/l fnmatch fopen fork @@ -288,7 +288,7 @@ ISO/IEC DIS 9945 Information technology if_indextoname if_nameindex if_nametoindex - ilogb/ilogbf/ilogbl + ilogb/f/l imaxabs imaxdiv in6addr_any/in6addr_loopback (Cygwin DLL) @@ -349,11 +349,11 @@ ISO/IEC DIS 9945 Information technology localeconv localtime/localtime_r lockf (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) - log/logf/logl - log10/log10f/log10l - log1p/log1pf/log1pl - log2/log2f/log2l - logb/logbf/logbl + log/f/l + log10/f/l + log1p/f/l + log2/f/l + logb/f/l longjmp lrint/lrintf/lrintl lround/lroundf/lroundl @@ -381,7 +381,7 @@ ISO/IEC DIS 9945 Information technology mktime mlock/munlock mmap - modf/modff/modfl + modf/f/l mprotect mq_close mq_getattr @@ -399,12 +399,12 @@ ISO/IEC DIS 9945 Information technology mtx_destroy/mtx_init (ISO C11) mtx_lock/mtx_timedlock/mtx_trylock/mtx_unlock (ISO C11) munmap - nan/nanf/nanl + nan/f/l nanosleep - nearbyint/nearbyintf/nearbyintl + nearbyint/f/l newlocale - nextafter/nextafterf/nextafterl - nexttoward/nexttowardf/nexttowardl + nextafter/f/l + nexttoward/f/l nftw nice (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) nl_langinfo/nl_langinfo_l @@ -534,7 +534,7 @@ ISO/IEC DIS 9945 Information technology rename/renameat rewind rewinddir - rint/rintf/rintl + rint/f/l rmdir round/roundf/roundl scalbln/scalblnf/scalblnl @@ -642,8 +642,8 @@ ISO/IEC DIS 9945 Information technology sync sysconf system - tan/tanf/tanl - tanh/tanhf/tanhl + tan/f/l + tanh/f/l tcdrain tcflow tcflush @@ -773,7 +773,7 @@ ISO/IEC DIS 9945 Information technology fflush_unlocked fileno_unlocked fgetc_unlocked - finite/finitef/finitel + finite/f/l fiprintf flock (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) fls/flsl/flsll @@ -895,7 +895,7 @@ ISO/IEC DIS 9945 Information technology basename (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) canonicalize_file_name clearenv - clog10/clog10f/clog10l + clog10/f/l close_range (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) crypt_r (available in external "crypt" library) dremf @@ -909,7 +909,7 @@ ISO/IEC DIS 9945 Information technology error_at_line euidaccess execvpe - exp10/exp10f/exp10l + exp10/f/l fallocate (see <xref linkend="std-notes">chapter "Implementation Notes"</xref>) fcloseall fcloseall_r @@ -947,7 +947,7 @@ ISO/IEC DIS 9945 Information technology mempcpy memrchr mkostemps - pow10/pow10f/pow10l + pow10/f/l pthread_getaffinity_np pthread_getattr_np pthread_getname_np @@ -968,7 +968,7 @@ ISO/IEC DIS 9945 Information technology sched_setaffinity setxattr signalfd - sincos/sincosf/sincosl + sincos/f/l strchrnul strptime_l strtod_l -- 2.45.1