Turned URL into entity

<!ENTITY url.symbole_legendre "http://www.utm.edu/research/primes/glossary/LegendreSymbol.html">


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-08-13 11:41:28 +00:00
parent f114f2b174
commit 0887388ff8

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<reference id="ref.gmp">
<title>GMP functions</title>
<titleabbrev>GMP</titleabbrev>
@ -757,7 +757,7 @@ print gmp_strval (fact (1000)) . "\n";
</funcsynopsis>
<para>
Compute the
<ulink url="http://www.utm.edu/research/primes/glossary/LegendreSymbol.html">
<ulink url="&url.symbole-legendre;">
Legendre symbol</ulink> of <parameter>a</parameter> and
<parameter>p</parameter>. <parameter>p</parameter> should be odd
and must be positive.