You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2018/07/03 16:32:13 UTC

[trafficserver] branch master updated: Doc: fix build eror in traffic_layout documentation.

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

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 03d78cd  Doc: fix build eror in traffic_layout documentation.
03d78cd is described below

commit 03d78cde3f566585f688e1f293072c1e820c7bd3
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Tue Jul 3 10:18:10 2018 -0500

    Doc: fix build eror in traffic_layout documentation.
---
 doc/appendices/command-line/traffic_layout.en.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/appendices/command-line/traffic_layout.en.rst b/doc/appendices/command-line/traffic_layout.en.rst
index c236816..1036fe9 100644
--- a/doc/appendices/command-line/traffic_layout.en.rst
+++ b/doc/appendices/command-line/traffic_layout.en.rst
@@ -16,6 +16,7 @@
    under the License.
 
 .. include:: ../../common.defs
+.. program:: traffic_layout
 
 traffic_layout
 **************
@@ -56,28 +57,27 @@ Subcommands
 ===========
 
 ``init``
-   Use the current working directory or the specific path to create runroot. 
+   Use the current working directory or the specific path to create runroot.
    The path can be relative or set up in :envvar:`TS_RUNROOT`.
 
 ``remove``
-   Find the sandbox to remove in following order: 
+   Find the sandbox to remove in following order:
       #. specified in --path as absolute or relative.
       #. ENV variable: :envvar:`TS_RUNROOT`
       #. current working directory
       #. installed directory.
-   
+
 ``verify``
    Verify the permission of the sandbox.
 
 =======
 Options
 =======
-.. program:: traffic_layout
 
 .. option:: --run-root=[<path>]
 
     Use the run root file at :arg:`path`.
-   
+
 .. option:: -V, --version
 
     Print version information and exit.
@@ -94,7 +94,7 @@ Options
 .. option:: --absolute
 
     Put directories in the yaml file in the form of absolute path when creating.
-    
+
 .. option:: --fix
 
     Fix the permission issues verify found. ``--fix`` requires root privilege (sudo).
@@ -116,7 +116,7 @@ Remove the runroot. ::
     traffic_layout remove (--path /path/to/sandbox/) (--force)
 
 Verify the runroot. ::
-    
+
     traffic_layout verify (--path /path/to/sandbox/) (--fix)