Clixon 6.1

Reviewed documentation, changelog, etc
This commit is contained in:
Olof hagsand 2023-02-19 11:35:37 +01:00
parent 994632daac
commit 72a4494b69
13 changed files with 53 additions and 55 deletions

View file

@ -693,7 +693,7 @@ xml_bind_yang_rpc_action(clicon_handle h,
* @retval -1 Error
* The
* @code
* if ((ret = xml_bind_yang_rpc(x, NULL, &xerr)) < 0)
* if ((ret = xml_bind_yang_rpc(h, x, NULL, &xerr)) < 0)
* err;
* @endcode
* @see xml_bind_yang For other generic cases
@ -824,7 +824,7 @@ xml_bind_yang_rpc(clicon_handle h,
* @retval -1 Error
*
* @code
* if ((ret = xml_bind_yang_rpc_reply(x, "get-config", yspec, &xerr)) < 0)
* if ((ret = xml_bind_yang_rpc_reply(h, x, "get-config", yspec, &xerr)) < 0)
* err;
* @endcode
* @see xml_bind_yang For other generic cases