From a7dd5f655dcaef68a7583d68f0c57da2ddbc0431 Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Sat, 15 Sep 2018 03:19:48 -0400 Subject: [PATCH] Replace Chinese quotes with English quotes Change-Id: Ic7025ba79eadb39f75dd03135fae3326138b3ded --- doc/manpages/swift-object-relinker.1 | 2 +- doc/source/api/pagination.rst | 4 ++-- doc/source/api/serialized-response-formats.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manpages/swift-object-relinker.1 b/doc/manpages/swift-object-relinker.1 index 8c9e395b10..8b42a6fc5e 100644 --- a/doc/manpages/swift-object-relinker.1 +++ b/doc/manpages/swift-object-relinker.1 @@ -24,7 +24,7 @@ .SH DESCRIPTION .PP -The relinker prepares an object server’s 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. diff --git a/doc/source/api/pagination.rst b/doc/source/api/pagination.rst index 61f92500fd..2d898b1def 100644 --- a/doc/source/api/pagination.rst +++ b/doc/source/api/pagination.rst @@ -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 diff --git a/doc/source/api/serialized-response-formats.rst b/doc/source/api/serialized-response-formats.rst index 59951ed6af..b0bc7d728e 100644 --- a/doc/source/api/serialized-response-formats.rst +++ b/doc/source/api/serialized-response-formats.rst @@ -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