summaryrefslogtreecommitdiffstats
path: root/man3type/itimerspec.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/itimerspec.3type')
-rw-r--r--man3type/itimerspec.3type32
1 files changed, 0 insertions, 32 deletions
diff --git a/man3type/itimerspec.3type b/man3type/itimerspec.3type
deleted file mode 100644
index 1650e0a..0000000
--- a/man3type/itimerspec.3type
+++ /dev/null
@@ -1,32 +0,0 @@
-.\" Copyright (c) 2022 by Alejandro Colomar <alx@kernel.org>
-.\"
-.\" SPDX-License-Identifier: Linux-man-pages-copyleft
-.\"
-.\"
-.TH itimerspec 3type 2023-10-31 "Linux man-pages 6.7"
-.SH NAME
-itimerspec \- interval for a timer with nanosecond precision
-.SH LIBRARY
-Standard C library
-.RI ( libc )
-.SH SYNOPSIS
-.EX
-.B #include <time.h>
-.P
-.B struct itimerspec {
-.BR " struct timespec it_interval;" " /* Interval for periodic timer */"
-.BR " struct timespec it_value;" " /* Initial expiration */"
-.B };
-.EE
-.SH DESCRIPTION
-Describes the initial expiration of a timer,
-and its interval,
-in seconds and nanoseconds.
-.SH STANDARDS
-POSIX.1-2008.
-.SH HISTORY
-POSIX.1-2001.
-.SH SEE ALSO
-.BR timerfd_create (2),
-.BR timer_settime (2),
-.BR timespec (3type)