From 888c47d179ab94ec392031f82c9969082aabb160 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Tue, 8 Sep 2020 14:02:58 -0700 Subject: [PATCH] rpc: Fix header level of iscsi_portal_group_set_auth It should be a level 2 heading Signed-off-by: Ben Walker Change-Id: I6c23b6ac53c1a3c3ce53fde67ae3f4f40a2d43f1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4109 Tested-by: SPDK CI Jenkins Reviewed-by: Paul Luse Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris --- doc/jsonrpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jsonrpc.md b/doc/jsonrpc.md index f921adf5b..f2d1abca6 100644 --- a/doc/jsonrpc.md +++ b/doc/jsonrpc.md @@ -4237,7 +4237,7 @@ Example response: } ~~~ -### iscsi_portal_group_set_auth method {#rpc_iscsi_portal_group_set_auth} +## iscsi_portal_group_set_auth method {#rpc_iscsi_portal_group_set_auth} Set CHAP authentication for discovery sessions specific for the existing iSCSI portal group. This RPC overwrites the setting by the global parameters for the iSCSI portal group.