summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ualarm.3
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-05-09 11:11:21 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-05-09 11:11:21 +0000
commit0b4230fd707323b4a6300fa70a4dbb2880a0125b (patch)
treee6167751ec13a33fd758ad1c122e5438e4376c05 /lib/libc/gen/ualarm.3
parentb5c3c9d31136184f7c7567e852bc941a0e6ac7a9 (diff)
downloadFreeBSD-src-0b4230fd707323b4a6300fa70a4dbb2880a0125b.zip
FreeBSD-src-0b4230fd707323b4a6300fa70a4dbb2880a0125b.tar.gz
o fix a sentence to match with the synopsis [1]
o fix grammar nit PR: 66289 [1] Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> Obtained from: OpenBSD [1] MFC after: 3 days
Diffstat (limited to 'lib/libc/gen/ualarm.3')
-rw-r--r--lib/libc/gen/ualarm.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 4686d07..639570e 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -68,8 +68,8 @@ signal will be sent
to the process every
.Fa interval
microseconds after the timer expires (e.g. after
-.Fa value
-microseconds have passed).
+.Fa microseconds
+number of microseconds have passed).
.Pp
Due to
.Xr setitimer 2
@@ -78,7 +78,7 @@ restriction the maximum number of
and
.Fa interval
is limited to 100000000000000
-(in case this value fit in the unsigned integer).
+(in case this value fits in the unsigned integer).
.Sh RETURN VALUES
When the signal has successfully been caught,
.Fn ualarm
OpenPOWER on IntegriCloud