summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/alarm.3
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-10-30 13:23:19 +0000
committerasmodai <asmodai@FreeBSD.org>2000-10-30 13:23:19 +0000
commit5e2215e426e657107c92f91ad1a9a1438dcf1f6a (patch)
tree7ab0e5964b243a778c4f22e43eeca2070254eaaa /lib/libc/gen/alarm.3
parent390de194cd65ae4f4284ca22f4b0c0bf48c41b04 (diff)
downloadFreeBSD-src-5e2215e426e657107c92f91ad1a9a1438dcf1f6a.zip
FreeBSD-src-5e2215e426e657107c92f91ad1a9a1438dcf1f6a.tar.gz
Whitespace only change: trim trailing whitespace.
Diffstat (limited to 'lib/libc/gen/alarm.3')
-rw-r--r--lib/libc/gen/alarm.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index 572110b..9f81377 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -52,11 +52,11 @@ This interface is made obsolete by setitimer(2).
The
.Fn alarm
function sets a timer to deliver the signal
-.Dv SIGALRM
+.Dv SIGALRM
to the calling process after the specified number of
.Fa seconds .
If an alarm has already been set with
-.Fn alarm
+.Fn alarm
but has not been delivered, another call to
.Fn alarm
will supersede the prior call.
@@ -72,7 +72,7 @@ restriction the maximum number of
allowed is 100000000.
.Sh RETURN VALUES
.Pp
-The return value of
+The return value of
.Fn alarm
is the amount of time left on the timer from a previous call to
.Fn alarm .
@@ -89,10 +89,10 @@ If no alarm is currently set, the return value is 0.
.\" .Sh STANDARDS
.\" The
.\" .Fn alarm
-.\" function conforms to
+.\" function conforms to
.\" .St -p1003.1-90 .
.Sh HISTORY
An
.Fn alarm
-function appeared in
+function appeared in
.At v7 .
OpenPOWER on IntegriCloud