Replace Chinese quotes with English quotes

Change-Id: Ic7025ba79eadb39f75dd03135fae3326138b3ded
This commit is contained in:
zhangdebo 2018-09-15 03:19:48 -04:00
parent 5d46c0d8b3
commit a7dd5f655d
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