]> Savannah Git Hosting - gnulib.git/commitdiff
doc: fix order of stdlib functions
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 22 Aug 2021 14:06:47 +0000 (16:06 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 22 Aug 2021 14:08:45 +0000 (16:08 +0200)
* doc/gnulib.texi (node Glibc stdlib.h): Move mrand48_r after mkstemps.
Reported by Benno Schulenberg.

ChangeLog
doc/gnulib.texi

index 732b6f1fff4b44eca4c5415d6c5848c25454737a..ef28c2b3d58156db32b5f6ac4a5321cb9bc7bda0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-08-22  Bernhard Voelker  <mail@bernhard-voelker.de>
+
+       doc: fix order of stdlib functions
+       * doc/gnulib.texi (node Glibc stdlib.h): Move mrand48_r after mkstemps.
+       Reported by Benno Schulenberg.
+
 2021-08-21  Bruno Haible  <bruno@clisp.org>
 
        c-stack: Test for libsigsegv once, not twice.
index 3a39d0fc2023c22728443f558531a9ec9056e375..58d9dab479830438f1382c145f0880051e7477f7 100644 (file)
@@ -5786,8 +5786,8 @@ This list of functions is sorted according to the header that declares them.
 * lrand48_r::
 * mkostemp::
 * mkostemps::
-* mrand48_r::
 * mkstemps::
+* mrand48_r::
 * nrand48_r::
 * on_exit::
 * ptsname_r::
@@ -5831,8 +5831,8 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/lrand48_r.texi
 @include glibc-functions/mkostemp.texi
 @include glibc-functions/mkostemps.texi
-@include glibc-functions/mrand48_r.texi
 @include glibc-functions/mkstemps.texi
+@include glibc-functions/mrand48_r.texi
 @include glibc-functions/nrand48_r.texi
 @include glibc-functions/on_exit.texi
 @include glibc-functions/ptsname_r.texi