]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3*/: STANDARDS: Update APIs for POSIX.1-2024
authorAlejandro Colomar <alx@kernel.org>
Sun, 18 May 2025 09:43:40 +0000 (11:43 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 11:12:06 +0000 (13:12 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/MB_CUR_MAX.3
man/man3const/EOF.3const
man/man3const/EXIT_SUCCESS.3const
man/man3const/NULL.3const
man/man3type/FILE.3type
man/man3type/aiocb.3type
man/man3type/blkcnt_t.3type

index 4ed552ca702fb38a3f9d29e96d4afac39eeb40a9..662f750c33e577e9a7765ee6360213a04ae5565b 100644 (file)
@@ -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
index 43e84e0e9c7ec43196740e731752c9fb02724169..3d15d909ac3cfbb87079ec2e1a062b9217ad0797 100644 (file)
@@ -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
index e90238a7710a4925cf085184761a12fcded64a67..7f5f6030dcc70896186064c841432812758cf347 100644 (file)
@@ -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
index 1bba206b4938bcf0a78a651b716e847a4f693400..e8fed0848938669cef6e181e8f23238df37e251e 100644 (file)
@@ -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
index d0930f13f47109c05e00b48f00d7ffa8f0d9c916..3adc5f4bc2aa87e11318e7bc4e72577450b34faa 100644 (file)
@@ -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
index 6b1d1fdcd9dca43c2434fc1b4edb4d67fdcd13c3..d81f425fce2863203d93f4d22601e67c9fa64214 100644 (file)
@@ -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
index 9cb27230bfb2738c1bef1d99022912f3238c7243..7247f6486b7e3c6c57f873805b23ccbd99b1e2b5 100644 (file)
@@ -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