summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh_agent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/doc/src/ssh_agent.xml')
-rw-r--r--lib/ssh/doc/src/ssh_agent.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh_agent.xml b/lib/ssh/doc/src/ssh_agent.xml
index 5f151959d3..034b6b3b66 100644
--- a/lib/ssh/doc/src/ssh_agent.xml
+++ b/lib/ssh/doc/src/ssh_agent.xml
@@ -102,20 +102,22 @@
<funcs>
<func>
<name since="" name="add_host_key" arity="3"/>
+ <name since="" name="add_host_key" arity="4"/>
<fsummary></fsummary>
<desc>
<p>
- This callback is delegated to the <seealso marker="ssh:ssh_file#add_host_key-3">ssh_file</seealso> module.
+ This callback is delegated to the <seealso marker="ssh:ssh_file#add_host_key-4">ssh_file</seealso> module.
</p>
</desc>
</func>
<func>
<name since="" name="is_host_key" arity="4"/>
+ <name since="" name="is_host_key" arity="5"/>
<fsummary></fsummary>
<desc>
<p>
- This callback is delegated to the <seealso marker="ssh:ssh_file#is_host_key-4">ssh_file</seealso> module.
+ This callback is delegated to the <seealso marker="ssh:ssh_file#is_host_key-5">ssh_file</seealso> module.
</p>
</desc>
</func>