]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: uimaxabs → umaxabs
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Jan 2026 01:52:13 +0000 (17:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Jan 2026 01:57:07 +0000 (17:57 -0800)
C2y has renamed uimaxabs to umaxabs.
It is supported in glibc 2.43, released today.
This patch affects only documentation,
as Gnulib does not support the function by either name.

doc/gnulib.texi
doc/posix-functions/umaxabs.texi [moved from doc/glibc-functions/uimaxabs.texi with 68% similarity]

index 94c1c0dba0bc81882719651a6540bd4f3dc1c4da..19955f0c68aa9f6829ab3a09a34313ca4fb05276 100644 (file)
@@ -1897,6 +1897,7 @@ This list of functions is sorted according to the header that declares them.
 * strtoumax::
 * wcstoimax::
 * wcstoumax::
+* umaxabs::
 @end menu
 
 @include posix-functions/imaxabs.texi
@@ -1905,6 +1906,7 @@ This list of functions is sorted according to the header that declares them.
 @include posix-functions/strtoumax.texi
 @include posix-functions/wcstoimax.texi
 @include posix-functions/wcstoumax.texi
+@include posix-functions/umaxabs.texi
 
 @c @node Functions in <iso646.h>
 @c @section Functions in @code{<iso646.h>}
@@ -5160,7 +5162,6 @@ This list of functions is sorted according to the header that declares them.
 * Glibc grp.h::
 * Glibc gshadow.h::
 * Glibc ifaddrs.h::
-* Glibc inttypes.h::
 * Glibc link.h::
 * Glibc malloc.h::
 * Glibc math.h::
@@ -5738,16 +5739,6 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/getifaddrs.texi
 @include glibc-functions/freeifaddrs.texi
 
-@node Glibc inttypes.h
-@section Glibc Extensions to @code{<inttypes.h>}
-
-@menu
-* uimaxabs::
-@end menu
-
-@include glibc-functions/uimaxabs.texi
-
-
 @c @node Glibc iso646.h
 @c @section Glibc Extensions to @code{<iso646.h>}
 
similarity index 68%
rename from doc/glibc-functions/uimaxabs.texi
rename to doc/posix-functions/umaxabs.texi
index 86c363ac72f34a1023fe910e7ac083837d14c762..eef7865d682377a0355e3b89d13fff52e4053df4 100644 (file)
@@ -1,6 +1,6 @@
-@node uimaxabs
-@subsection @code{uimaxabs}
-@findex uimaxabs
+@node umaxabs
+@subsection @code{umaxabs}
+@findex umaxabs
 
 Documentation:
 @itemize
@@ -12,7 +12,7 @@ Documentation:
 @url{https://www.gnu.org/software/libc/manual/html_node/Absolute-Value.html},
 @end ifnotinfo
 @item
-@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/uimaxabs.3.html,,man uimaxabs}.
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/umaxabs.3.html,,man umaxabs}.
 @end itemize
 
 Gnulib module: ---
@@ -25,5 +25,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on most platforms:
-glibc 2.41, macOS 15, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.7, Minix, AIX 7.3, HP-UX 11.31, Solaris 11.4, Cygwin, mingw, MSVC 14.
+glibc 2.42, macOS 15, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.7, Minix, AIX 7.3, HP-UX 11.31, Solaris 11.4, Cygwin, mingw, MSVC 14.
 @end itemize