Clixon 6.1
Reviewed documentation, changelog, etc
This commit is contained in:
parent
994632daac
commit
72a4494b69
13 changed files with 53 additions and 55 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue