summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getitimer.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
commit2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch)
treecb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/getitimer.2
parenta1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/getitimer.2')
-rw-r--r--lib/libc/sys/getitimer.210
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index 5e3eda7e7c81..ef175d2dd4c1 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -56,13 +56,13 @@ defined in
.Ao Pa sys/time.h Ac .
The
.Fn getitimer
-call returns the current value for the timer specified in
+system call returns the current value for the timer specified in
.Fa which
in the structure at
.Fa value .
The
.Fn setitimer
-call sets a timer to the specified
+system call sets a timer to the specified
.Fa value
(returning the previous value of the timer if
.Fa ovalue
@@ -149,9 +149,11 @@ compares two time values.
.Sh RETURN VALUES
.Rv -std
.Sh ERRORS
-.Fn Getitimer
+The
+.Fn getitimer
and
.Fn setitimer
+system calls
will fail if:
.Bl -tag -width Er
.It Bq Er EFAULT
@@ -172,5 +174,5 @@ to be handled.
.Sh HISTORY
The
.Fn getitimer
-function call appeared in
+system call appeared in
.Bx 4.2 .