summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-10-11 15:13:44 +0000
committerYves Orton <demerphq@gmail.com>2023-02-08 17:41:46 +0800
commit107e6fb3d831b51ef9e6cca524d17a8c1717d0ab (patch)
tree8a2d76112fca61c8cd4a40effd87b43b85a676a0
parentefa8f708cd0da7c71bb71920a47b545bd07bc28a (diff)
downloadperl-107e6fb3d831b51ef9e6cca524d17a8c1717d0ab.tar.gz
INSTALL says it only uses B<> C<> L<> and F<>, so stick to that
Change the only instance of I<> to B<> - bold is at least as good for emphasis, and consistency within the document is good. Remove the only X<> - a single =head2 had an X<> beneath it, whilst all others did not. The relevant term, PERL_INTERNAL_RAND_SEED, has equivalent documentation in other files - there is no need to index it here.
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 89b7e1a738..342f3bda58 100644
--- a/INSTALL
+++ b/INSTALL
@@ -854,7 +854,7 @@ separated list of directories, like this
sh Configure -Accflags='-DAPPLLIB_EXP=\"/usr/libperl\"'
-The directories defined by APPLLIB_EXP get added to @INC I<first>,
+The directories defined by APPLLIB_EXP get added to @INC B<first>,
ahead of any others, and so provide a way to override the standard perl
modules should you, for example, want to distribute fixes without
touching the perl distribution proper. And, like otherlib dirs,
@@ -2791,7 +2791,6 @@ by perl itself; for source compatibility reasons, though, they weren't
completely removed.
=head2 C<-DNO_PERL_INTERNAL_RAND_SEED>
-X<PERL_INTERNAL_RAND_SEED>
If you configure perl with C<-Accflags=-DNO_PERL_INTERNAL_RAND_SEED>,
perl will ignore the C<PERL_INTERNAL_RAND_SEED> environment variable.