diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
| commit | 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch) | |
| tree | cb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/getitimer.2 | |
| parent | a1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/getitimer.2')
| -rw-r--r-- | lib/libc/sys/getitimer.2 | 10 |
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 . |
