From 68f0835c8e1c5029cd831c267b75c02185b206c7 Mon Sep 17 00:00:00 2001 From: Shachar Sharon Date: Mon, 5 Aug 2024 19:12:29 +0300 Subject: [PATCH] docs-xml/manpages: 'ceph_new' prefix for config-param of vfs_ceph_new MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With 'ceph_new' prefix used by vfs_ceph_new for config parameters, update the relevant man-page accordingly. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686 Signed-off-by: Shachar Sharon Reviewed-by: Anoop C S Reviewed-by: Guenther Deschner Autobuild-User(master): Günther Deschner Autobuild-Date(master): Thu Aug 8 13:54:34 UTC 2024 on atb-devel-224 --- docs-xml/manpages/vfs_ceph_new.8.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-xml/manpages/vfs_ceph_new.8.xml b/docs-xml/manpages/vfs_ceph_new.8.xml index 7a65b965ce0..b0640a591a5 100644 --- a/docs-xml/manpages/vfs_ceph_new.8.xml +++ b/docs-xml/manpages/vfs_ceph_new.8.xml @@ -111,20 +111,20 @@ - ceph:config_file = path + ceph_new:config_file = path Allows one to define a ceph configfile to use. Empty by default. - Example: ceph:config_file = + Example: ceph_new:config_file = /etc/ceph/ceph.conf - ceph:user_id = name + ceph_new:user_id = name Allows one to explicitly set the client ID used for the @@ -132,13 +132,13 @@ client default). - Example: ceph:user_id = samba + Example: ceph_new:user_id = samba - ceph:filesystem = fs_name + ceph_new:filesystem = fs_name Allows one to explicitly select the CephFS file system @@ -147,7 +147,7 @@ system of the Ceph cluster). - Example: ceph:filesystem = myfs2 + Example: ceph_new:filesystem = myfs2 -- 2.47.3