@@ -357,7 +357,7 @@ delivered when the timer expires. C<SIGPROF> can interrupt system calls.
357357The semantics of interval timers for multithreaded programs are
358358system-specific, and some systems may support additional interval
359359timers. 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.
361361
362362=item getitimer ( $which )
363363
@@ -653,10 +653,10 @@ gnukfreebsd seems to have non-functional futimens() and utimensat()
653653
654654Perl modules L<BSD::Resource> , L<Time::TAI64> .
655655
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)> >.
660660
661661=head1 AUTHORS
662662
0 commit comments