1 --- ualarm.3.orig 2009-11-07 14:51:38.000000000 -0800
2 +++ ualarm.3 2009-11-07 14:51:40.000000000 -0800
7 -.Fn ualarm "useconds_t microseconds" "useconds_t interval"
9 +.Fa "useconds_t useconds"
10 +.Fa "useconds_t interval"
14 This is a simplified interface to
21 before asserting the terminating signal
23 System activity or time used in processing the call may cause a slight
24 @@ -63,17 +66,17 @@ argument is non-zero, the
28 -microseconds after the timer expires (e.g.\& after
30 +microseconds after the timer expires (e.g., after
32 number of microseconds have passed).
37 -restriction the maximum number of
39 +restriction, the maximum number of
43 -is limited to 100000000000000
44 +is limited to 100,000,000,000,000
45 (in case this value fits in the unsigned integer).
47 When the signal has successfully been caught,