aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-11-02 12:25:14 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-24 23:01:25 +0100
commitf23105831d4578e43f4c8b884740a5202dcbae6f (patch)
treedf59fba8f945b8a375635f5271b1060d58e1c2a9 /man3
parentaffe5263da07dbdc1366482276c34c9ca7243961 (diff)
downloadman-pages-f23105831d4578e43f4c8b884740a5202dcbae6f.tar.gz
clockid_t.3, system_data_types.7: Move text to a separate page
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/clockid_t.325
1 files changed, 24 insertions, 1 deletions
diff --git a/man3/clockid_t.3 b/man3/clockid_t.3
index db50c0f091..5d56fc0acb 100644
--- a/man3/clockid_t.3
+++ b/man3/clockid_t.3
@@ -1 +1,24 @@
-.so man7/system_data_types.7
+.TH CLOCKID_T 3 2021-11-02 Linux "Linux Programmer's Manual"
+.SH NAME
+clockid_t \- clock ID for the clock and timer functions
+.SH SYNOPSIS
+.nf
+.B #include <sys/types.h>
+.PP
+.BR typedef " /* ... */ " clockid_t;
+.fi
+.SH DESCRIPTION
+Used for clock ID type in the clock and timer functions.
+According to POSIX,
+it shall be defined as an arithmetic type.
+.SH CONFORMING TO
+POSIX.1-2001 and later.
+.SH NOTES
+The following header also provides this type:
+.IR <time.h> .
+.SH SEE ALSO
+.BR clock_adjtime (2),
+.BR clock_getres (2),
+.BR clock_nanosleep (2),
+.BR timer_create (2),
+.BR clock_getcpuclockid (3)