]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3type/time_t.3type: STANDARDS, HISTORY: POSIX.1-2008 removed useconds_t
authorAlejandro Colomar <alx@kernel.org>
Sun, 21 Sep 2025 17:36:29 +0000 (19:36 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 11:26:40 +0000 (12:26 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3type/time_t.3type

index 16650416213f02eb9374b2b29da338b07414e318..13778e4fd262afb4cc7c8faefa507c51e824b6c0 100644 (file)
@@ -46,30 +46,26 @@ capable of storing values at least in the range
 C11, POSIX.1-2024.
 .TP
 .I suseconds_t
-.TQ
-.I useconds_t
 POSIX.1-2008.
-.PD
+.TP
+.I useconds_t
+None.
 .SH HISTORY
 .TP
 .I time_t
 C89, POSIX.1-2001.
 .TP
 .I suseconds_t
-.TQ
+POSIX.1-2001.
+.TP
 .I useconds_t
 POSIX.1-2001.
+Removed in POSIX.1-2008.
 .SS Header files
 .I <sched.h>
 defines
 .I time_t
 since POSIX.1-2008.
-.P
-POSIX.1-2001 defined
-.I useconds_t
-in
-.I <unistd.h>
-too.
 .SS time_t
 In POSIX.1-2001,
 .I time_t
@@ -108,6 +104,10 @@ The following headers also provide
 .I <sys/select.h>
 and
 .IR <sys/time.h> .
+.P
+The following headers also provided
+.IR useconds_t :
+.IR <unistd.h> .
 .SH SEE ALSO
 .BR stime (2),
 .BR time (2),