summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-29 19:18:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-29 19:18:43 +0000
commite13efe3ceea1a416bee536860751edb48e6bfcb3 (patch)
tree2e49af29aba6abdd6b435f85a186cd9aa86d7bb5 /pod
parentb9531c19967f04908d6f8236ceb2296ad6358488 (diff)
downloadperl-e13efe3ceea1a416bee536860751edb48e6bfcb3.tar.gz
Misc Pod Nits.
p4raw-id: //depot/perl@19886
Diffstat (limited to 'pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 324bd8cdb7..6b01d6c6e7 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -1116,13 +1116,13 @@ order as 5.8.0). "Pre-5.8.1" means, among other things, that hash
keys will be ordered the same between different runs of Perl.
The default behaviour is to randomise unless the PERL_HASH_SEED is set.
-If Perl has been compiled with the -DUSE_HASH_SEED_EXPLICIT the default
+If Perl has been compiled with C<-DUSE_HASH_SEED_EXPLICIT>, the default
behaviour is B<not> to randomise unless the PERL_HASH_SEED is set.
If PERL_HASH_SEED is unset or set to a non-numeric string, Perl uses
the pseudorandom seed supplied by the operating system and libraries.
If unset, each different run of Perl will have different ordering of
-the outputs of keys(), values, and each().
+the outputs of keys(), values(), and each().
See L<perlsec/"Algorithmic Complexity Attacks"> for more information.