diff options
| author | Lubomir Rintel <lubo.rintel@gooddata.com> | 2013-07-31 09:55:57 +0200 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2013-08-04 07:34:41 -0700 | 
| commit | bf2ece715894cbeb4b28a6d036013b0147a0f542 (patch) | |
| tree | e36b8d7b720d135ebd7f63fa69f29ccec3750838 | |
| parent | 242f4d8e33bf266bd95eed3a3e72a836562cfd56 (diff) | |
doc: Get rid of weird quoting
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 <return>  for immediate help.
 ...
l.6216 ... the objects access rights to "public‟
Change-Id: I23428930d167064b7c5790eea09daedbef06153a
Signed-off-by: Lubomir Rintel <lubo.rintel@gooddata.com>
Reviewed-on: http://review.gluster.org/5477
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
| -rw-r--r-- | doc/admin-guide/en-US/markdown/admin_UFO.md | 10 | 
1 files 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 ed65d5ee794..3311eff0188 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  | 
