summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getitimer.2
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/getitimer.2
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/sys/getitimer.2')
-rw-r--r--lib/libc/sys/getitimer.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index db629f4..156caa1 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -68,7 +68,7 @@ call sets a timer to the specified
.Fa ovalue
is non-nil).
.Pp
-A timer value is defined by the
+A timer value is defined by the
.Fa itimerval
structure:
.Bd -literal -offset indent
@@ -80,13 +80,13 @@ struct itimerval {
.Pp
If
.Fa it_value
-is non-zero, it indicates the time to the next timer expiration.
+is non-zero, it indicates the time to the next timer expiration.
If
.Fa it_interval
-is non-zero, it specifies a value to be used in reloading
+is non-zero, it specifies a value to be used in reloading
.Fa it_value
when the timer expires.
-Setting
+Setting
.Fa it_value
to 0 disables a timer, regardless of the value of
.Fa it_interval .
OpenPOWER on IntegriCloud