diff options
Diffstat (limited to 'README.freebsd')
-rw-r--r-- | README.freebsd | 2 |
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 |