]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Reference POSIX for functions that are added in POSIX:2024.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Jul 2024 14:22:50 +0000 (16:22 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Jul 2024 14:22:50 +0000 (16:22 +0200)
* doc/posix-functions/_Fork.texi etc: Reference POSIX:2024, not the LSB
and not the Austin Group tracker.

38 files changed:
ChangeLog
doc/posix-functions/_Fork.texi
doc/posix-functions/accept4.texi
doc/posix-functions/asprintf.texi
doc/posix-functions/bind_textdomain_codeset.texi
doc/posix-functions/bindtextdomain.texi
doc/posix-functions/dcgettext.texi
doc/posix-functions/dcngettext.texi
doc/posix-functions/dgettext.texi
doc/posix-functions/dladdr.texi
doc/posix-functions/dngettext.texi
doc/posix-functions/dup3.texi
doc/posix-functions/ffsl.texi
doc/posix-functions/ffsll.texi
doc/posix-functions/getentropy.texi
doc/posix-functions/getresgid.texi
doc/posix-functions/getresuid.texi
doc/posix-functions/gettext.texi
doc/posix-functions/in6addr_any.texi
doc/posix-functions/in6addr_loopback.texi
doc/posix-functions/memmem.texi
doc/posix-functions/mkostemp.texi
doc/posix-functions/ngettext.texi
doc/posix-functions/pipe2.texi
doc/posix-functions/ppoll.texi
doc/posix-functions/pthread_cond_clockwait.texi
doc/posix-functions/pthread_mutex_clocklock.texi
doc/posix-functions/pthread_rwlock_clockrdlock.texi
doc/posix-functions/pthread_rwlock_clockwrlock.texi
doc/posix-functions/ptsname_r.texi
doc/posix-functions/qsort_r.texi
doc/posix-functions/secure_getenv.texi
doc/posix-functions/sem_clockwait.texi
doc/posix-functions/setresgid.texi
doc/posix-functions/setresuid.texi
doc/posix-functions/textdomain.texi
doc/posix-functions/timespec_get.texi
doc/posix-functions/vasprintf.texi

index 284fea543f6933dcd44dba550977397083269b29..4a45db42a720105f7ea864b531bbf0955b2508e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-07-20  Bruno Haible  <bruno@clisp.org>
 
+       doc: Reference POSIX for functions that are added in POSIX:2024.
+       * doc/posix-functions/_Fork.texi etc: Reference POSIX:2024, not the LSB
+       and not the Austin Group tracker.
+
        doc: Update status of functions that are added in POSIX:2024.
        * doc/posix-functions/_Fork.texi: Moved here from doc/glibc-functions/.
        * doc/posix-functions/accept4.texi: Likewise.
index 41101682213c2a4667741fa2efc674f8e6933106..da202cea7c557c246e6ad952321faadf0f38366e 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{_Fork}
 @findex _Fork
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/_Fork.html}
+
 Documentation:@*
 @ifinfo
 @ref{Creating a Process,,Creating a Process,libc}
index ad74412517b7388ba0ae5594f089ffa0521517ff..1920c186fa1029c555e8ea86878ca03a59606423 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{accept4}
 @findex accept4
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/accept4.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/accept4.2.html,,man accept4}
 
 Gnulib module: accept4
index a1c6b7e88c564d025f2fc63ddd37571297b63c37..941c62fb4abe3e459af01a54cd293a96d9d89a6b 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{asprintf}
 @findex asprintf
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-asprintf.html}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/asprintf.html}
 
 Documentation:
 @itemize
index 2b37fe90826eb5048a44eab650f63a66e018ed8c..645a4ae3a859f5c8379b4f236f9e467626848fe1 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{bind_textdomain_codeset}
 @findex bind_textdomain_codeset
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-bind-textdomain-codeset.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/bind_textdomain_codeset.html}
 
 Documentation:
 @itemize
index 16cab144c701508e12f148cd5af4a60aedbb6cb1..8cfea1cb8512f2b77cb1e779dd4ecf0232a7fbfb 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{bindtextdomain}
 @findex bindtextdomain
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-bindtextdomain.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/bindtextdomain.html}
 
 Documentation:
 @itemize
index 804ce9e8f96e7d648006ae7dbf61996cc9e68c18..316e325f424c2f0348f91705359332bf4eb78830 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{dcgettext}
 @findex dcgettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dcgettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dcgettext.html}
 
 Documentation:
 @itemize
index 549a40cbcb596345dd91fd32a76fd4140767dc01..588a3bc74ad7fd8d629927e9cda5d7bdd27dfc9a 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{dcngettext}
 @findex dcngettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dcngettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dcngettext.html}
 
 Documentation:
 @itemize
index 2e3116f6ae3018b3e7b29ae72b43e79dd6d5ff5e..346d5c6aa36b5cf215e41f55d25c00b31ea09c14 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{dgettext}
 @findex dgettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dgettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dgettext.html}
 
 Documentation:
 @itemize
index 3103d292ac4e7c9b2c9a891524052d21c207f970..87361277fb8746e838e33a71468dee8c70bd56c1 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{dladdr}
 @findex dladdr
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dladdr-3.html}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dladdr.html}
 
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dladdr.3.html,,man dladdr}
 
index fc8830eaf313d8a470ed4a89c6c29fffb58e73be..3164931b17c1769bc233f843f7ee3ddfa4160c85 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{dngettext}
 @findex dngettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dngettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dngettext.html}
 
 Documentation:
 @itemize
index 95a04bd0442266c153d0277e39be4178b84e5d3e..0d01fd4b7919e42163f00a297ad01b7cc48aa4bc 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{dup3}
 @findex dup3
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/dup3.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html,,man dup3}
 
 Gnulib module: dup3
index beb207cccecc32156012699e576f3860ef5e7f09..96a2334d73ed7a434c55bca1bb11c2096d1e7fed 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{ffsl}
 @findex ffsl
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ffsl.3.html,,man ffsl}
 
 Gnulib module: ffsl
index f87c730621587de3d5cd3e205eac75eb4058b7c3..89d7057dd84d861f7bb5a8fc2ee92a0e49944a5d 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{ffsll}
 @findex ffsll
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ffsll.3.html,,man ffsll}
 
 Gnulib module: ffsll
index f55ea059b7be152da4ba0d9ae2a66bbed7dd1436..931a5014199aac97924e63794e45be7087894074 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{getentropy}
 @findex getentropy
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1134}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getentropy.html}
 
 Documentation:
 @itemize
index 4ae0cd466e31cd55b8a4be4125749c66aa1822b0..7a2cb2d8be9046ea267b8572b3488540fc0542fd 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{getresgid}
 @findex getresgid
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1344}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getresgid.html}
 
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getresgid.2.html,,man getresgid}
 
index d192b7b1b4492aeb511bc3be28af7b6926841f37..899f92693404e636c0d482e457470766bb849cc1 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{getresuid}
 @findex getresuid
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1344}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getresuid.html}
 
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getresuid.2.html,,man getresuid}
 
index f32eb899dd75be90b6d109cb4a5e4256714c9111..421c0b92fcf2aae40302f1a52e815ba62e149b1e 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{gettext}
 @findex gettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-gettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/gettext.html}
 
 Documentation:
 @itemize
index 3771366e6e9c3a120965e1261f5ae4bfcc6c75c2..29a840e0655de2a34c9371b93e320f8288cc27b6 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{in6addr_any}
 @findex in6addr_any
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/in6addr_any.html}
+
 Documentation:@*
 @ifinfo
 @ref{Host Address Data Type,,Host Address Data Type,libc}.
index 0603a6c19e2c270bb6947d75d0d40573234f8d1b..27d208dbb3bfd38e3ce0af5905ffea88a5fef055 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{in6addr_loopback}
 @findex in6addr_loopback
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/in6addr_loopback.html}
+
 Documentation:@*
 @ifinfo
 @ref{Host Address Data Type,,Host Address Data Type,libc}.
index 55494a85a5c9038224f126442451a6a569135d9d..f2e693e7802b21af1b2aa071f883f632389c651c 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{memmem}
 @findex memmem
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-memmem-3.html}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/memmem.html}
 
 Documentation:
 @itemize
index 2e6b917072d3c64bdb6336f875d9551c27ade89d..e91094a87db777a604cc2b0ca95eb17068977948 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{mkostemp}
 @findex mkostemp
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/mkostemp.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mkostemp.3.html,,man mkostemp}
 
 Gnulib module: mkostemp
index 5e61acca4be84ff6126977827469596e5d59c82f..e636123416a25da543b715dd00186d842bb16c4f 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{ngettext}
 @findex ngettext
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-ngettext.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ngettext.html}
 
 Documentation:
 @itemize
index 5a1d9b115f5caa709e9dee98e75ba5ac708a4bc1..9154ace30a2300ec4074b99fbd9c1a7e1be65b92 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{pipe2}
 @findex pipe2
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pipe2.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html,,man pipe2}
 
 Gnulib module: pipe2
index 2b85a002235002cc64256a75f07d0029cf7bb419..9d7005c74a0508db350130a1d7df61ad359a8be7 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{ppoll}
 @findex ppoll
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ppoll.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/ppoll.2.html,,man ppoll}
 
 Gnulib module: ---
index 0f6c7d3bf11a23f779c31b171c78fdae23ecb24f..aaba7de93a27972b46c22d8bfceed6062d22a954 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{pthread_cond_clockwait}
 @findex pthread_cond_clockwait
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1485#c5385}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_cond_clockwait.html}
 
 Documentation:
 @itemize
index cb9d204ceff894e6f5ca668d7164e2cc5c0be47c..0d4a3fb4494a336431d903ba6326353a30ac9118 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{pthread_mutex_clocklock}
 @findex pthread_mutex_clocklock
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_clocklock.html}
+
 Documentation: ---
 
 Gnulib module: ---
index a2d77da9420bc963e7d2049b527c2d872cdf0791..e7a4a1c8a500bab1229312cd20be28a8d68d82a2 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{pthread_rwlock_clockrdlock}
 @findex pthread_rwlock_clockrdlock
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1216}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_rwlock_clockrdlock.html}
 
 Documentation:
 @itemize
index c13e1f3e053f722911bee5b2dd7688cb7f243753..295ec600c364cb686785f0df4d4ea7c4367180b0 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{pthread_rwlock_clockwrlock}
 @findex pthread_rwlock_clockwrlock
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1216}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_rwlock_clockwrlock.html}
 
 Documentation:
 @itemize
index c619d7251976b5363d98bd3c00447cafe0a1ec62..956b3ba0212c37b156b05525660de597e76636c8 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{ptsname_r}
 @findex ptsname_r
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=508}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ptsname_r.html}
 
 Documentation:
 @itemize
index a2a7735dea0519cb43c3cfc6eb8624dacde8512e..69f1fd2b2d372278265e5eced88bf343405fff13 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{qsort_r}
 @findex qsort_r
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/qsort_r.html}
+
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qsort_r.3.html,,man qsort_r}
 
 Gnulib module: ---
index 475cb5df69097c4725ea5f11ebc3b94eb5c3cbd2..11eda87fc7c2a0090185e220e8941fbfdb5b3731 100644 (file)
@@ -2,6 +2,8 @@
 @section @code{secure_getenv}
 @findex secure_getenv
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/secure_getenv.html}
+
 Documentation:
 @itemize
 @item
index 35fa3520b9f44e23f3c541c8ea5404501a696fa0..c115daa58031b59d71d1bacbbfdd4b9ececa2330 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{sem_clockwait}
 @findex sem_clockwait
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1216}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/sem_clockwait.html}
 
 Documentation:
 @itemize
index d28d7a35978cfda96682bc68722f6a50ed35ecfb..5ba3341647f4aea900b9713204f60863d0e45eb0 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{setresgid}
 @findex setresgid
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1344}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/setresgid.html}
 
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setresgid.2.html,,man setresgid}
 
index fc238de0f2fd8269195d0ea000a8b95a9d386cef..8622e2dc2b46996f23f44013ea6d19d1661a1f75 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{setresuid}
 @findex setresuid
 
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1344}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/setresuid.html}
 
 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setresuid.2.html,,man setresuid}
 
index d2682f2966d0475c801a4e4e5e1029397343f46f..947684381910f9e033bfac66c7839371e15e966f 100644 (file)
@@ -2,10 +2,7 @@
 @section @code{textdomain}
 @findex textdomain
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-textdomain.html}
-
-Specified in POSIX.1-2024.
-Draft specification:@* @url{https://www.austingroupbugs.net/view.php?id=1122}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/textdomain.html}
 
 Documentation:
 @itemize
index 1313e0b9c4b81feceb7040b38aadb7d14874a633..ef0a822961ff2ef6dd48f9031457845b145b9f83 100644 (file)
@@ -4,6 +4,8 @@
 
 ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.29.2.6
 
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/timespec_get.html}
+
 Gnulib module: timespec_get
 
 Portability problems fixed by Gnulib:
index 84b7bd8f16bdd4387777c5e653fa2627937289f8..7afbeb703cdd6487458d699d56ef033233131147 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{vasprintf}
 @findex vasprintf
 
-LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-vasprintf.html}
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/vasprintf.html}
 
 Documentation:
 @itemize