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/02/11 21:19:41 UTC

[trafficserver] branch 8.0.x updated: Add missing manpages to build list

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

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


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 5b8d1d6  Add missing manpages to build list
5b8d1d6 is described below

commit 5b8d1d618c280b5c67612ecc744518cf8fb2fd39
Author: Jean Baptiste Favre <de...@jbfavre.org>
AuthorDate: Mon Jan 7 10:38:19 2019 +0100

    Add missing manpages to build list
    
    (cherry picked from commit 3f753bed168ad925639dfce349056e4bde20c635)
---
 doc/manpages.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/manpages.py b/doc/manpages.py
index 8a48500..97f90e3 100644
--- a/doc/manpages.py
+++ b/doc/manpages.py
@@ -33,6 +33,9 @@ man_pages = [
     ('appendices/command-line/traffic_top.en', 'traffic_top', u'Display Traffic Server statistics', None, '1'),
     ('appendices/command-line/tsxs.en', 'tsxs', u'Traffic Server plugin tool', None, '1'),
     ('appendices/command-line/traffic_via.en', 'traffic_via', u'Traffic Server Via header decoder', None, '1'),
+    ('appendices/command-line/traffic_layout.en', 'traffic_layout', u'Traffic Server sandbox management tool', None, '1'),
+    ('appendices/command-line/traffic_cache_tool.en', 'traffic_cache_tool', u'Traffic Server cache management tool', None, '1'),
+    ('appendices/command-line/traffic_wccp.en', 'traffic_wccp', u'Traffic Server WCCP client', None, '1'),
 
     ('admin-guide/files/cache.config.en', 'cache.config', u'Traffic Server cache configuration file', None, '5'),
     ('admin-guide/files/hosting.config.en', 'hosting.config', u'Traffic Server domain hosting configuration file', None, '5'),