diff options
author | Astrid Malo <kess@apache.org> | 2004-09-16 20:44:53 +0000 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2004-09-16 20:44:53 +0000 |
commit | 103a0eb0ff242631032b131648bebbe60161e2cf (patch) | |
tree | b8ec4b1a4628f637eba48cdb0c7a3bb6e35291de | |
parent | f726314b43b1661dd16e0243e99a7ead8ebd4a79 (diff) | |
download | httpd-103a0eb0ff242631032b131648bebbe60161e2cf.tar.gz |
correct two links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105174 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/glossary.html.en | 4 | ||||
-rw-r--r-- | docs/manual/glossary.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index e7da09aab3..d3f0576ff8 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -244,7 +244,7 @@ key used for <a name="cipher">Ciphers</a>.<br /> See: <a href="ssl/">SSL/TLS Enc <dd>The unencrypted text.</dd> <dt><a name="privatekey">Private Key</a></dt> <dd>The secret key in a -<a name="publickeycryptography">Public Key Cryptography</a> system, +<a href="#publickeycryptography">Public Key Cryptography</a> system, used to decrypt incoming messages and sign outgoing ones.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd> @@ -258,7 +258,7 @@ from the origin server each time, thereby reducing response time.<br /> See: <a href="mod/mod_proxy.html">mod_proxy</a></dd> <dt><a name="publickey">Public Key</a></dt> <dd>The publicly -available key in a <a name="publickeycryptography">Public Key +available key in a <a href="#publickeycryptography">Public Key Cryptography</a> system, used to encrypt messages bound for its owner and to decrypt signatures made by its owner.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd> diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 1bc31e73fd..0bcbde45c7 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -274,7 +274,7 @@ href="ssl/">SSL/TLS Encryption</a></dd> <dd>The unencrypted text.</dd> <dt><a name="privatekey">Private Key</a></dt> <dd>The secret key in a -<a name="publickeycryptography">Public Key Cryptography</a> system, +<a href="#publickeycryptography">Public Key Cryptography</a> system, used to decrypt incoming messages and sign outgoing ones.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd> @@ -288,7 +288,7 @@ from the origin server each time, thereby reducing response time.<br /> See: <a href="mod/mod_proxy.html">mod_proxy</a></dd> <dt><a name="publickey">Public Key</a></dt> <dd>The publicly -available key in a <a name="publickeycryptography">Public Key +available key in a <a href="#publickeycryptography">Public Key Cryptography</a> system, used to encrypt messages bound for its owner and to decrypt signatures made by its owner.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd> |