From: Alejandro Colomar Date: Sun, 18 May 2025 09:43:40 +0000 (+0200) Subject: man/man3*/: STANDARDS: Update APIs for POSIX.1-2024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07001d14fc70bfd94283403a72d81f99c26632ca;p=thirdparty%2Fman-pages.git man/man3*/: STANDARDS: Update APIs for POSIX.1-2024 Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/MB_CUR_MAX.3 b/man/man3/MB_CUR_MAX.3 index 4ed552ca7..662f750c3 100644 --- a/man/man3/MB_CUR_MAX.3 +++ b/man/man3/MB_CUR_MAX.3 @@ -24,7 +24,7 @@ An integer in the range [1, .BR MB_LEN_MAX ]. The value 1 denotes traditional 8-bit encoded characters. .SH STANDARDS -C11, POSIX.1-2008. +C11, POSIX.1-2024. .SH HISTORY C99, POSIX.1-2001. .SH SEE ALSO diff --git a/man/man3const/EOF.3const b/man/man3const/EOF.3const index 43e84e0e9..3d15d909a 100644 --- a/man/man3const/EOF.3const +++ b/man/man3const/EOF.3const @@ -27,7 +27,7 @@ is not a character .IR "unsigned char" ). It is instead a sentinel value outside of the valid range for valid characters. .SH STANDARDS -C11, POSIX.1-2008. +C11, POSIX.1-2024. .SH HISTORY C89, POSIX.1-2001. .SH CAVEATS diff --git a/man/man3const/EXIT_SUCCESS.3const b/man/man3const/EXIT_SUCCESS.3const index e90238a77..7f5f6030d 100644 --- a/man/man3const/EXIT_SUCCESS.3const +++ b/man/man3const/EXIT_SUCCESS.3const @@ -25,7 +25,7 @@ and can be used as arguments to the .BR exit (3) function. .SH STANDARDS -C11, POSIX.1-2008. +C11, POSIX.1-2024. .SH HISTORY C89, POSIX.1-2001. .SH EXAMPLES diff --git a/man/man3const/NULL.3const b/man/man3const/NULL.3const index 1bba206b4..e8fed0848 100644 --- a/man/man3const/NULL.3const +++ b/man/man3const/NULL.3const @@ -20,7 +20,7 @@ Standard C library represents a null pointer constant, that is, a pointer that does not point to anything. .SH STANDARDS -C11, POSIX.1-2008. +C11, POSIX.1-2024. .SH HISTORY C89, POSIX.1-2001. .SH NOTES diff --git a/man/man3type/FILE.3type b/man/man3type/FILE.3type index d0930f13f..3adc5f4bc 100644 --- a/man/man3type/FILE.3type +++ b/man/man3type/FILE.3type @@ -17,7 +17,7 @@ Standard C library .SH DESCRIPTION An object type used for streams. .SH STANDARDS -C11, POSIX.1-2008. +C11, POSIX.1-2024. .SH HISTORY C89, POSIX.1-2001. .SH NOTES diff --git a/man/man3type/aiocb.3type b/man/man3type/aiocb.3type index 6b1d1fdcd..d81f425fc 100644 --- a/man/man3type/aiocb.3type +++ b/man/man3type/aiocb.3type @@ -26,7 +26,7 @@ Standard C library For further information about this structure, see .BR aio (7). .SH STANDARDS -POSIX.1-2008. +POSIX.1-2024. .SH HISTORY POSIX.1-2001. .SH SEE ALSO diff --git a/man/man3type/blkcnt_t.3type b/man/man3type/blkcnt_t.3type index 9cb27230b..7247f6486 100644 --- a/man/man3type/blkcnt_t.3type +++ b/man/man3type/blkcnt_t.3type @@ -18,7 +18,7 @@ Standard C library Used for file block counts. It is a signed integer type. .SH STANDARDS -POSIX.1-2008. +POSIX.1-2024. .SH HISTORY POSIX.1-2001. .SH NOTES