]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #6775 from mkoderer/doc/fixowner
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 2 Dec 2015 19:18:37 +0000 (20:18 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 2 Dec 2015 19:18:37 +0000 (20:18 +0100)
doc: remove unnecessary period in headline

Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
1  2 
src/include/rados/librados.h

index 6c17cf67344112b80c72812cfaf32b92e9d5159d,530887f46c0aaed7b21fb4e9282a9c99725d8e50..bda583a44f7565db95651d81b27ace74438bd4cc
@@@ -786,10 -711,10 +786,10 @@@ CEPH_RADOS_API int rados_pool_get_base_
   * @param pool_name which pool to delete
   * @returns 0 on success, negative error code on failure
   */
 -int rados_pool_delete(rados_t cluster, const char *pool_name);
 +CEPH_RADOS_API int rados_pool_delete(rados_t cluster, const char *pool_name);
  
  /**
-  * Attempt to change an io context's associated auid "owner."
+  * Attempt to change an io context's associated auid "owner"
   *
   * Requires that you have write permission on both the current and new
   * auid.