From bf2ece715894cbeb4b28a6d036013b0147a0f542 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 31 Jul 2013 09:55:57 +0200 Subject: doc: Get rid of weird quoting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pandoc: Error producing PDF from TeX source. ! Package inputenc Error: Unicode char \u8:‟ not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.6216 ... the objects access rights to "public‟ Change-Id: I23428930d167064b7c5790eea09daedbef06153a Signed-off-by: Lubomir Rintel Reviewed-on: http://review.gluster.org/5477 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- doc/admin-guide/en-US/markdown/admin_UFO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/admin-guide/en-US/markdown/admin_UFO.md b/doc/admin-guide/en-US/markdown/admin_UFO.md index ed65d5ee7..3311eff01 100644 --- a/doc/admin-guide/en-US/markdown/admin_UFO.md +++ b/doc/admin-guide/en-US/markdown/admin_UFO.md @@ -888,7 +888,7 @@ turn on listings, use the .`rlistings` directive. Also, `.r` designations are not allowed in headers whose names include the word write. -For example, to set all the objects access rights to "public‟ inside the +For example, to set all the objects access rights to "public" inside the container using cURL (for the above example), run the following command: curl -v -X POST -H 'X-Auth-Token: @@ -1089,7 +1089,7 @@ object. AUTH_tkde3ad38b087b49bbbac0494f7600a554' https://example.storage.com:443/v1/AUTH_test/images/cat -k - The status code of 200 (Ok) indicates the object‟s data is displayed + The status code of 200 (Ok) indicates the object's data is displayed successfully. If that object does not exist, the status code 404 (Not Found) is displayed. @@ -1132,14 +1132,14 @@ example), run the following command: AUTH_tkde3ad38b087b49bbbac0494f7600a554' https://example.storage.com:443/v1/AUTH_test/images/cat -k -The status code of 204 (No Content) indicates the object‟s metadata is +The status code of 204 (No Content) indicates the object's metadata is displayed successfully. If that object does not exist, the status code 404 (Not Found) is displayed. ### Updating Object Metadata You can issue POST command on an object name only to set or overwrite -arbitrary key metadata. You cannot change the object‟s other headers +arbitrary key metadata. You cannot change the object's other headers such as Content-Type, ETag and others using POST operation. The POST command will delete all the existing metadata and replace it with the new arbitrary key metadata. @@ -1177,7 +1177,7 @@ You must prefix **X-Object-Meta-** to the key names. Meta-Zoo: Lion' -H 'X-Object-Meta-Home: Dog' -k The status code of 202 (Accepted) indicates that you have - successfully updated the object‟s metadata. If that object does not + successfully updated the object's metadata. If that object does not exist, the status code 404 (Not Found) is displayed. ### Deleting Object -- cgit