From b17e85fede8175ebfdd112cedb546c252170be16 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sun, 9 May 2004 11:11:21 +0000 Subject: o fix a sentence to match with the synopsis [1] o fix grammar nit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 66289 [1] Submitted by: Michel Lavondès Obtained from: OpenBSD [1] MFC after: 3 days --- lib/libc/gen/ualarm.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 4686d0703541..639570eb480c 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 -- cgit v1.3