summaryrefslogtreecommitdiffstats
path: root/man3type/clock_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/clock_t.3type')
-rw-r--r--man3type/clock_t.3type6
1 files changed, 4 insertions, 2 deletions
diff --git a/man3type/clock_t.3type b/man3type/clock_t.3type
index 5ea990d09..e1346e3f4 100644
--- a/man3type/clock_t.3type
+++ b/man3type/clock_t.3type
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH clock_t 3type 2022-10-30 "Linux man-pages 6.03"
+.TH clock_t 3type 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
clock_t \- system time
.SH LIBRARY
@@ -24,7 +24,9 @@ Used for system time in clock ticks or
According to POSIX,
it is an integer type or a real-floating type.
.SH STANDARDS
-C99 and later; POSIX.1-2001 and later.
+C11, POSIX.1-2008.
+.SH HISTORY
+C89, POSIX.1-2001.
.SH NOTES
The following headers also provide this type:
.I <sys/types.h>