aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3const
diff options
Diffstat (limited to 'man/man3const')
-rw-r--r--man/man3const/EOF.3const2
-rw-r--r--man/man3const/EXIT_SUCCESS.3const2
-rw-r--r--man/man3const/NULL.3const2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/man3const/EOF.3const b/man/man3const/EOF.3const
index 43e84e0e9c..3d15d909ac 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 e90238a771..7f5f6030dc 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 1bba206b49..e8fed08489 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