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, 3 insertions, 3 deletions
diff --git a/man3type/clock_t.3type b/man3type/clock_t.3type
index e1346e3..aa061b0 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 2023-03-30 "Linux man-pages 6.05.01"
+.TH clock_t 3type 2023-10-31 "Linux man-pages 6.7"
.SH NAME
clock_t \- system time
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <time.h>
-.PP
+.P
.BR typedef " /* ... */ " clock_t;
.fi
.SH DESCRIPTION
@@ -31,7 +31,7 @@ C89, POSIX.1-2001.
The following headers also provide this type:
.I <sys/types.h>
and
-.IR <sys/time.h> .
+.IR <sys/times.h> .
.SH SEE ALSO
.BR times (2),
.BR clock (3)