summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-07-22 01:41:47 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-07-22 01:41:47 +0200
commitb0ee6b285066c37ed2ab8865d4b5853605eebcd4 (patch)
tree983b84a80e0af3a6b6f5f5b956823b3b36c94cfc
parent152ce59e464d41ac86152ad53b28641103a412a4 (diff)
timer_t.3type, system_data_types.7: Move timer_t to a separate page
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3type/timer_t.3type35
-rw-r--r--man7/system_data_types.722
2 files changed, 34 insertions, 23 deletions
diff --git a/man3type/timer_t.3type b/man3type/timer_t.3type
index db50c0f09..c562f3351 100644
--- a/man3type/timer_t.3type
+++ b/man3type/timer_t.3type
@@ -1 +1,34 @@
-.so man7/system_data_types.7
+.\" Copyright (c) 2020-2022 by Alejandro Colomar <colomar.6.4.3@gmail.com>
+.\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
+.\"
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft
+.\"
+.\"
+.TH timer_t 3type 2022-07-22 Linux "Linux Programmer's Manual"
+.SH NAME
+timer_t \- timer ID
+.SH LIBRARY
+Standard C library
+.RI ( libc )
+.SH SYNOPSIS
+.nf
+.B #include <sys/types.h>
+.PP
+.BR typedef " /* ... */ " timer_t;
+.fi
+.SH DESCRIPTION
+Used for timer ID returned by
+.BR timer_create (2).
+According to POSIX,
+there are no defined comparison or assignment operators for this type.
+.SH CONFORMING TO
+POSIX.1-2001 and later.
+.SH NOTES
+The following header also provides
+.IR timer_t :
+.IR <time.h> .
+.SH SEE ALSO
+.BR timer_create (2),
+.BR timer_delete (2),
+.BR timer_getoverrun (2),
+.BR timer_settime (2)
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 491fe884e..29a2fc770 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -433,28 +433,6 @@ then the nanosecond values are exposed with names of the form
.\"------------------------------------- suseconds_t ------------------/
.\"------------------------------------- time_t -----------------------/
.\"------------------------------------- timer_t ----------------------/
-.TP
-.I timer_t
-.RS
-.IR Include :
-.IR <sys/types.h> .
-Alternatively,
-.IR <time.h> .
-.PP
-Used for timer ID returned by
-.BR timer_create (2).
-According to POSIX,
-there are no defined comparison or assignment operators for this type.
-.PP
-.IR "Conforming to" :
-POSIX.1-2001 and later.
-.PP
-.IR "See also" :
-.BR timer_create (2),
-.BR timer_delete (2),
-.BR timer_getoverrun (2),
-.BR timer_settime (2)
-.RE
.\"------------------------------------- timespec ---------------------/
.\"------------------------------------- timeval ----------------------/
.\"------------------------------------- uid_t ----------------------/