summaryrefslogtreecommitdiffstats
path: root/man3type/time_t.3type
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3type/time_t.3type18
1 files changed, 10 insertions, 8 deletions
diff --git a/man3type/time_t.3type b/man3type/time_t.3type
index 2b087e5..d528ad3 100644
--- a/man3type/time_t.3type
+++ b/man3type/time_t.3type
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH time_t 3type 2023-03-31 "Linux man-pages 6.05.01"
+.TH time_t 3type 2023-11-11 "Linux man-pages 6.7"
.SH NAME
time_t, suseconds_t, useconds_t \- integer time
.SH LIBRARY
@@ -13,11 +13,11 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <time.h>
-.PP
+.P
.BR typedef " /* ... */ " time_t;
-.PP
+.P
.B #include <sys/types.h>
-.PP
+.P
.BR typedef " /* ... */ " suseconds_t;
.BR typedef " /* ... */ " useconds_t;
.fi
@@ -64,12 +64,12 @@ C89, POSIX.1-2001.
.TQ
.I useconds_t
POSIX.1-2001.
-.PP
+.P
.I <sched.h>
defines
.I time_t
since POSIX.1-2008.
-.PP
+.P
POSIX.1-2001 defined
.I useconds_t
in
@@ -81,7 +81,9 @@ the width of
.I time_t
can be controlled with the feature test macro
.BR _TIME_BITS .
-.PP
+See
+.BR feature_test_macros (7).
+.P
The following headers also provide
.IR time_t :
.IR <sched.h> ,
@@ -94,7 +96,7 @@ The following headers also provide
.IR <sys/types.h> ,
and
.IR <utime.h> .
-.PP
+.P
The following headers also provide
.IR suseconds_t :
.I <sys/select.h>