Rename uimaxabs(3) => umaxabs(3). And add a link page.
Keep a link with the old name, so that programmers looking for the old
name are redirected to the new name, so they find what they need.
I've removed documentation for uimaxabs(3), instead of keeping
information in HISTORY, as it has only existed for one glibc version,
to avoid programmers being confused by the old name.
Link: <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3577.txt>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.TH abs 3 (date) "Linux man-pages (unreleased)"
.SH NAME
abs, labs, llabs, imaxabs,
-uabs, ulabs, ullabs, uimaxabs
+uabs, ulabs, ullabs, umaxabs
\-
compute the absolute value of an integer
.SH LIBRARY
.B #include <inttypes.h>
.P
.BI "intmax_t imaxabs(intmax_t " j );
-.BI "uintmax_t uimaxabs(intmax_t " j );
+.BI "uintmax_t umaxabs(intmax_t " j );
.fi
.P
.RS -4
.BR uabs (),
.BR ulabs (),
.BR ullabs (),
-.BR uimaxabs ():
+.BR umaxabs ():
.nf
_ISOC2Y_SOURCE
.fi
.BR uabs (),
.BR ulabs (),
.BR \%ullabs (),
-.BR \%uimaxabs ()
+.BR \%umaxabs ()
T} Thread safety MT-Safe
.TE
.SH STANDARDS
.BR ulabs ()
.TQ
.BR \%ullabs ()
-.TQ
-.BR \%uimaxabs ()
C2y;
glibc 2.42.
+.TP
+.BR \%umaxabs ()
+C2y;
+glibc 2.43.
.SH BUGS
For
.BR abs (),
--- /dev/null
+.so man3/abs.3