doc: fix man page paths
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/114ca2a1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/114ca2a1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/114ca2a1 Branch: refs/heads/3.3.x Commit: 114ca2a1957e91fad9104e16ebf4e6453d3cb5f9 Parents: c2eb736 Author: James Peach <[email protected]> Authored: Thu Aug 1 08:57:58 2013 -0700 Committer: James Peach <[email protected]> Committed: Thu Aug 1 08:57:58 2013 -0700 ---------------------------------------------------------------------- doc/conf.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/114ca2a1/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index fe06ce8..fead8fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -214,22 +214,22 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('sdk/man/TSAPI.en', 'TSAPI', u'Introduction to the Apache Traffic Server API', None, u'3ts'), - ('sdk/man/TSDebug.en', 'TSDebug', u'Traffic Server Debugging APIs', None, u'3ts'), - ('sdk/man/TSHttpHookAdd.en', 'TSHttpHookAdd', u'Intercept Traffic Server events', None, u'3ts'), - ('sdk/man/TSHttpParserCreate.en', 'TSHttpParserCreate', u'Parse HTTP headers from memory buffers', None, u'3ts'), - ('sdk/man/TSHttpTxnMilestoneGet.en', 'TSHttpTxnMilestoneGet', u'Get a specified milestone timer value for the current transaction', None, u'3ts'), - - ('admin/commands/traffic_cop.en', 'traffic_cop', u'Traffic Server watchdog', None, '8'), - ('admin/commands/traffic_line.en', 'traffic_line', u'Traffic Server command line', None, '8'), - ('admin/commands/traffic_logcat.en', 'traffic_logcat', u'traffic Server log spooler', None, '8'), - ('admin/commands/traffic_logstats.en', 'traffic_logstats', u'traffic Server analyzer', None, '8'), - ('admin/commands/traffic_manager.en', 'traffic_manager', u'traffic Server process manager', None, '8'), - ('admin/commands/traffic_server.en', 'traffic_server', u'Traffic Server', None, '8'), - ('admin/commands/traffic_shell.en', 'traffic_shell', u'Traffic Server shell', None, '8'), - ('admin/commands/tspush.en', 'tspush', u'Push objects into the Traffic Server cache', None, '1'), - ('admin/commands/tstop.en','tstop', u'display Traffic Server statistics', None, '1'), - ('admin/commands/tsxs.en', 'tsxs', u'Traffic Server plugin tool', None, '1'), + ('reference/api/TSAPI.en', 'TSAPI', u'Introduction to the Apache Traffic Server API', None, u'3ts'), + ('reference/api/TSDebug.en', 'TSDebug', u'Traffic Server Debugging APIs', None, u'3ts'), + ('reference/api/TSHttpHookAdd.en', 'TSHttpHookAdd', u'Intercept Traffic Server events', None, u'3ts'), + ('reference/api/TSHttpParserCreate.en', 'TSHttpParserCreate', u'Parse HTTP headers from memory buffers', None, u'3ts'), + ('reference/api/TSHttpTxnMilestoneGet.en', 'TSHttpTxnMilestoneGet', u'Get a specified milestone timer value for the current transaction', None, u'3ts'), + + ('reference/commands/traffic_cop.en', 'traffic_cop', u'Traffic Server watchdog', None, '8'), + ('reference/commands/traffic_line.en', 'traffic_line', u'Traffic Server command line', None, '8'), + ('reference/commands/traffic_logcat.en', 'traffic_logcat', u'traffic Server log spooler', None, '8'), + ('reference/commands/traffic_logstats.en', 'traffic_logstats', u'traffic Server analyzer', None, '8'), + ('reference/commands/traffic_manager.en', 'traffic_manager', u'traffic Server process manager', None, '8'), + ('reference/commands/traffic_server.en', 'traffic_server', u'Traffic Server', None, '8'), + ('reference/commands/traffic_shell.en', 'traffic_shell', u'Traffic Server shell', None, '8'), + ('reference/commands/tspush.en', 'tspush', u'Push objects into the Traffic Server cache', None, '1'), + ('reference/commands/tstop.en','tstop', u'display Traffic Server statistics', None, '1'), + ('reference/commands/tsxs.en', 'tsxs', u'Traffic Server plugin tool', None, '1'), ]
