Merge "Replace Chinese quotes with English quotes"

This commit is contained in:
Zuul 2018-09-15 13:17:52 +00:00 committed by Gerrit Code Review
commit ecd44d719d
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
.SH DESCRIPTION
.PP
The relinker prepares an object servers filesystem for a partition power
The relinker prepares an object server's filesystem for a partition power
change by crawling the filesystem and linking existing objects to future
partition directories.

View File

@ -75,7 +75,7 @@ Assume the following list of container names:
.. code-block:: console
# curl -i $publicURL/?limit=2&marker=oranges -X GET -H \
# curl -i $publicURL/?limit=2&marker=oranges -X GET -H \"
X-Auth-Token: $token"
.. code-block:: console
@ -90,7 +90,7 @@ Assume the following list of container names:
.. code-block:: console
# curl -i $publicURL/?end_marker=oranges -X GET -H \
# curl -i $publicURL/?end_marker=oranges -X GET -H \"
X-Auth-Token: $token"
.. code-block:: console

View File

@ -79,7 +79,7 @@ response:
.. code-block:: console
$ curl -i $publicURL -X GET -H "X-Auth-Token: $token" -H \
Accept: application/xml; charset=utf-8"
"Accept: application/xml; charset=utf-8"
.. code-block:: console