Skip to content

Commit 84a044b

Browse files
Grinnzbook
authored andcommitted
Time::HiRes: fix manpage links
1 parent 0055de3 commit 84a044b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dist/Time-HiRes/HiRes.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ delivered when the timer expires. C<SIGPROF> can interrupt system calls.
357357
The semantics of interval timers for multithreaded programs are
358358
system-specific, and some systems may support additional interval
359359
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.
361361
362362
=item getitimer ( $which )
363363
@@ -653,10 +653,10 @@ gnukfreebsd seems to have non-functional futimens() and utimensat()
653653
654654
Perl 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

Comments
 (0)