summaryrefslogtreecommitdiff
path: root/README.freebsd
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-03-30 22:10:46 -0600
committerKarl Williamson <khw@cpan.org>2017-04-05 11:28:08 -0600
commit4b05bc8ea5a106c203e7154f3cbae72e133c9c80 (patch)
tree97252ee73ea15fb216e5dced1f914bf294883199 /README.freebsd
parent5fc389563644287b3e5f448616ce62dd0ce4e7a6 (diff)
downloadperl-4b05bc8ea5a106c203e7154f3cbae72e133c9c80.tar.gz
pods: Add L<> for links missing them; a couple nits
Diffstat (limited to 'README.freebsd')
-rw-r--r--README.freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.freebsd b/README.freebsd
index 1b290ce7cd..8e62903a88 100644
--- a/README.freebsd
+++ b/README.freebsd
@@ -17,7 +17,7 @@ When perl is configured to use ithreads, it will use re-entrant library calls
in preference to non-re-entrant versions. There is a bug in FreeBSD's
C<readdir_r> function in versions 4.5 and earlier that can cause a SEGV when
reading large directories. A patch for FreeBSD libc is available
-(see http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/30631 )
+(see L<http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/30631> )
which has been integrated into FreeBSD 4.6.
=head2 C<$^X> doesn't always contain a full path in FreeBSD