Clarify wording.
authorTom Hukins <tom@eborcom.com>
Thu, 13 May 2010 13:14:31 +0000 (13:14 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 6 Nov 2010 05:24:38 +0000 (22:24 -0700)
README.freebsd

index 77c297b..36f2d99 100644 (file)
@@ -24,8 +24,8 @@ which has been integrated into FreeBSD 4.6.
 
 perl 5.8.0 sets C<$^X> where possible to a full path by asking the operating
 system. On FreeBSD the full path of the perl interpreter is found by reading
-the symlink F</proc/curproc/file>. There is a bug on FreeBSD, where the
-result of reading this symlink is can be wrong in certain circumstances
+the symlink F</proc/curproc/file>. FreeBSD has a bug where reading this
+symlink sometimes returns an incorrect value
 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=35703 ).
 In these cases perl will fall back to the old behaviour of using C's
 argv[0] value for C<$^X>.