more formatting and wording issues.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8a71671c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8a71671c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8a71671c Branch: refs/heads/master Commit: 8a71671cb4dd1f6477b0fd89e5a46153ed838cce Parents: ac4330f Author: Igor GaliÄ <[email protected]> Authored: Sun Aug 18 15:48:21 2013 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Sun Aug 18 15:48:21 2013 +0200 ---------------------------------------------------------------------- doc/admin/getting-started.en.rst | 6 ++++-- doc/admin/http-proxy-caching.en.rst | 28 ++++++++++++------------- doc/reference/commands/traffic_line.en.rst | 2 ++ 3 files changed, 19 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a71671c/doc/admin/getting-started.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/getting-started.en.rst b/doc/admin/getting-started.en.rst index 4e8ba78..80eb151 100644 --- a/doc/admin/getting-started.en.rst +++ b/doc/admin/getting-started.en.rst @@ -28,6 +28,8 @@ Getting Started Before you start ================ +.. XXX: We'll need to adapt this when we start off with the new release process. + Before you get started with Traffic Server you may have to decide which version you want to use. Traffic Server uses the same "semantic versioning" to denote "stability" as Apache @@ -173,12 +175,12 @@ For a list of :program:`traffic_line` commands, enter:: Please note that :program:`traffic_line`, while a fine tool for an administrator, is a poor choice for automation, especially that of monitoring. See our chapter on :ref:`monitoring-traffic` -for how to get that righter. +for how to do that better. Stop Traffic Server =================== -To stop Traffic Server, always use the ``trafficserver`` command, +To stop Traffic Server, always use the :program:`trafficserver` command, passing in the attribute ``stop``. This command stops all the Traffic Server processes (:program:`traffic_manager`, :program:`traffic_server`, and :program:`traffic_cop`). Do not manually stop processes, as this can lead to http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a71671c/doc/admin/http-proxy-caching.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/http-proxy-caching.en.rst b/doc/admin/http-proxy-caching.en.rst index d129f03..2dd86ef 100644 --- a/doc/admin/http-proxy-caching.en.rst +++ b/doc/admin/http-proxy-caching.en.rst @@ -5,28 +5,26 @@ HTTP Proxy Caching .. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. Web proxy caching enables you to store copies of frequently-accessed web objects (such as documents, images, and articles) and then serve this information to users on demand. It improves performance and frees up Internet bandwidth for other tasks. -This chapter discusses the following topics: - .. toctree:: :maxdepth: 2 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a71671c/doc/reference/commands/traffic_line.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/commands/traffic_line.en.rst b/doc/reference/commands/traffic_line.en.rst index 579e15d..5bc0f1f 100644 --- a/doc/reference/commands/traffic_line.en.rst +++ b/doc/reference/commands/traffic_line.en.rst @@ -25,6 +25,8 @@ Synopsis :program:`traffic_line` [options] +.. _traffic-line-commands: + Description ===========
