1 --- _SB/Libc/gen/FreeBSD/ualarm.3 2004-11-25 11:38:02.000000000 -0800
2 +++ _SB/Libc/gen/FreeBSD/ualarm.3.edit 2006-06-28 16:55:51.000000000 -0700
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
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,