From: Danny Al-Gaaf Date: Wed, 2 Dec 2015 19:18:37 +0000 (+0100) Subject: Merge pull request #6775 from mkoderer/doc/fixowner X-Git-Tag: v10.0.2~129 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=efab777828e576f3f5f507ceab64093b77796131;p=ceph.git Merge pull request #6775 from mkoderer/doc/fixowner doc: remove unnecessary period in headline Reviewed-by: Danny Al-Gaaf --- efab777828e576f3f5f507ceab64093b77796131 diff --cc src/include/rados/librados.h index 6c17cf673441,530887f46c0a..bda583a44f75 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@@ -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.