You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/11/10 03:06:48 UTC

[trafficserver] 02/02: Fix build warnings, since some configs do not have docs

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 8f373b4d11aa1f716c18c609be499e69c71ad15e
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Sat Nov 9 20:06:35 2019 -0700

    Fix build warnings, since some configs do not have docs
---
 doc/release-notes/upgrading.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst
index 67c98e2..6ad85ab 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -83,17 +83,17 @@ The following configurations still exist, and functions, but are considered
 deprecated and will be removed in a future release. We **strongly** encourage
 you to avoid using any of these:
 
-  * :ts:cv:`proxy.config.http.parent_proxy.file`
   * :ts:cv:`proxy.config.socks.socks_config_file`
-  * :ts:cv:`proxy.config.cache.control.filename`
-  * :ts:cv:`proxy.config.cache.ip_allow.filename`
-  * :ts:cv:`proxy.config.cache.hosting_filename`
-  * :ts:cv:`proxy.config.cache.volume_filename`
-  * :ts:cv:`proxy.config.dns.splitdns.filename`
   * :ts:cv:`proxy.config.log.config.filename`
   * :ts:cv:`proxy.config.url_remap.filename`
   * :ts:cv:`proxy.config.ssl.server.multicert.filename`
   * :ts:cv:`proxy.config.ssl.servername.filename`
+  * ``proxy.config.http.parent_proxy.file``
+  * ``proxy.config.cache.control.filename``
+  * ``proxy.config.cache.ip_allow.filename``
+  * ``proxy.config.cache.hosting_filename``
+  * ``proxy.config.cache.volume_filename``
+  * ``proxy.config.dns.splitdns.filename``
 
 Deprecated or Removed Features
 ------------------------------