You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2023/02/28 02:44:49 UTC

[trafficserver] branch 9.2.x updated: Fixed documentation issue with xdebug plugin to be a literal block (#9468)

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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 9b974b7a5 Fixed documentation issue with xdebug plugin to be a literal block (#9468)
9b974b7a5 is described below

commit 9b974b7a59aaedd934a12e90d22f528487f3ff08
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Feb 27 18:44:41 2023 -0800

    Fixed documentation issue with xdebug plugin to be a literal block (#9468)
---
 doc/admin-guide/plugins/xdebug.en.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/admin-guide/plugins/xdebug.en.rst b/doc/admin-guide/plugins/xdebug.en.rst
index 126028d87..677cd09f0 100644
--- a/doc/admin-guide/plugins/xdebug.en.rst
+++ b/doc/admin-guide/plugins/xdebug.en.rst
@@ -37,6 +37,8 @@ not be modified or deleted.
 :file:`plugin.config` file. It currently takes a single, optional
 configuration option, ``--header``. E.g.
 
+::
+
     --header=ATS-My-Debug
 
 This overrides the default ``X-Debug`` header name.