summaryrefslogtreecommitdiff
path: root/doc/manpages/swift-proxy-server.1
diff options
context:
space:
mode:
authorShashirekha Gundur <shashirekha.j.gundur@intel.com>2016-08-04 20:35:19 +0000
committerShashirekha Gundur <shashirekha.j.gundur@intel.com>2016-08-05 13:58:25 +0000
commitc5ff9932a45cccadf89d9a99759a81eec2dd337f (patch)
tree14bbc8d1fc3e282f913ea46aeb517aff9e799ec0 /doc/manpages/swift-proxy-server.1
parentfad720bfe947cf355951a6237b89eabc5bbf7234 (diff)
downloadswift-c5ff9932a45cccadf89d9a99759a81eec2dd337f.tar.gz
NIT: fixing inconsistent naming of OpenStack Swift
Throughout the manpages maintaining references to OpenStack Swift. Change-Id: I2a0c2658e10a92671bfc092c0a3abaddfd8cd7d9 Closes-Bug: #1609687
Diffstat (limited to 'doc/manpages/swift-proxy-server.1')
-rw-r--r--doc/manpages/swift-proxy-server.124
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/manpages/swift-proxy-server.1 b/doc/manpages/swift-proxy-server.1
index 735283795..a93a8cedc 100644
--- a/doc/manpages/swift-proxy-server.1
+++ b/doc/manpages/swift-proxy-server.1
@@ -14,35 +14,35 @@
.\" implied.
.\" See the License for the specific language governing permissions and
.\" limitations under the License.
-.\"
+.\"
.TH swift-proxy-server 1 "8/26/2011" "Linux" "OpenStack Swift"
-.SH NAME
+.SH NAME
.LP
-.B swift-proxy-server
-\- Openstack-swift proxy server.
+.B swift-proxy-server
+\- OpenStack Swift proxy server.
.SH SYNOPSIS
.LP
.B swift-proxy-server
[CONFIG] [-h|--help] [-v|--verbose]
-.SH DESCRIPTION
+.SH DESCRIPTION
.PP
-The Swift Proxy Server is responsible for tying together the rest of the Swift architecture.
-For each request, it will look up the location of the account, container, or object in the
-ring and route the request accordingly. The public API is also exposed through the Proxy
-Server. A large number of failures are also handled in the Proxy Server. For example,
+The Swift Proxy Server is responsible for tying together the rest of the Swift architecture.
+For each request, it will look up the location of the account, container, or object in the
+ring and route the request accordingly. The public API is also exposed through the Proxy
+Server. A large number of failures are also handled in the Proxy Server. For example,
if a server is unavailable for an object PUT, it will ask the ring for a handoff server
and route there instead. When objects are streamed to or from an object server, they are
-streamed directly through the proxy server to or from the user the proxy server does
+streamed directly through the proxy server to or from the user the proxy server does
not spool them.
.SH DOCUMENTATION
.LP
-More in depth documentation in regards to
+More in depth documentation in regards to
.BI swift-proxy-server
-and also about Openstack-Swift as a whole can be found at
+and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html