@@ -357,7 +357,7 @@ delivered when the timer expires. C<SIGPROF> can interrupt system calls.
357
357
The semantics of interval timers for multithreaded programs are
358
358
system-specific, and some systems may support additional interval
359
359
timers. For example, it is unspecified which thread gets the signals.
360
- See your L<C <setitimer(2)> > documentation.
360
+ See your C< L <setitimer(2)> > documentation.
361
361
362
362
=item getitimer ( $which )
363
363
@@ -653,10 +653,10 @@ gnukfreebsd seems to have non-functional futimens() and utimensat()
653
653
654
654
Perl modules L<BSD::Resource> , L<Time::TAI64> .
655
655
656
- Your system documentation for L<C< clock(3)> >, L<C <clock_gettime(2)> >,
657
- L<C< clock_getres(3)> >, L<C< clock_nanosleep(3)> >, L<C <clock_settime(2)> >,
658
- L<C< getitimer(2)> >, L<C< gettimeofday(2)> >, L<C< setitimer(2)> >, L<C <sleep(3)> >,
659
- L<C< stat(2)> >, L<C <ualarm(3)> >.
656
+ Your system documentation for C< L< clock(3)> >, C< L <clock_gettime(2)> >,
657
+ C< L< clock_getres(3)> >, C< L< clock_nanosleep(3)> >, C< L <clock_settime(2)> >,
658
+ C< L< getitimer(2)> >, C< L< gettimeofday(2)> >, C< L< setitimer(2)> >, C< L <sleep(3)> >,
659
+ C< L< stat(2)> >, C< L <ualarm(3)> >.
660
660
661
661
=head1 AUTHORS
662
662
0 commit comments