summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2021-04-27 11:03:07 +0200
committerGitHub <noreply@github.com>2021-04-27 11:03:07 +0200
commita13e761a28870145ec983b822c6ea754ace5c686 (patch)
tree844801fbb890ac629a4b1c6c68228a88f09b576e /lib/ssh/doc/src/ssh.xml
parent1cb0a5ab25c11ab4799d8da92c7e29294e4b6c97 (diff)
parentda0db0026e20759a924a74674a180953b8af552c (diff)
downloaderlang-a13e761a28870145ec983b822c6ea754ace5c686.tar.gz
Merge PR-4765 from sverker/doc-since-fixes
Fix missing xml since attributes
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 6a8bde4ede..01db6bd953 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -1283,7 +1283,7 @@
<!-- CONNECTION_INFO/1, CONNECTION_INFO/2 -->
<func>
- <name name="connection_info" arity="1" since=""/>
+ <name name="connection_info" arity="1" since="OTP 22.1"/>
<name name="connection_info" arity="2" since=""/>
<fsummary>Retrieves information about a connection.</fsummary>
<desc>
@@ -1296,7 +1296,7 @@
<!-- SET_SOCK_OPTS/2 -->
<func>
- <name name="set_sock_opts" arity="2" since=""/>
+ <name name="set_sock_opts" arity="2" since="OTP 22.3"/>
<fsummary>Set tcp socket options on connections</fsummary>
<desc>
<p>Sets tcp socket options on the tcp-socket below an ssh connection.</p>
@@ -1328,7 +1328,7 @@
<!-- GET_SOCK_OPTS/2 -->
<func>
- <name name="get_sock_opts" arity="2" since=""/>
+ <name name="get_sock_opts" arity="2" since="OTP 22.3"/>
<fsummary>Get tcp socket options on connections</fsummary>
<desc>
<p>Get tcp socket option values of the tcp-socket below an ssh connection.</p>
@@ -1387,7 +1387,7 @@
<!-- DAEMON_INFO/1 -->
<func>
<name name="daemon_info" arity="1" since="OTP 19.0"/>
- <name name="daemon_info" arity="2" since=""/>
+ <name name="daemon_info" arity="2" since="OTP 22.1"/>
<fsummary>Get info about a daemon</fsummary>
<desc>
<p>Returns information about a daemon intended for e.g debugging or logging.
@@ -1484,8 +1484,8 @@
</func>
<func>
- <name name="tcpip_tunnel_from_server" arity="5" since=""/>
- <name name="tcpip_tunnel_from_server" arity="6" since=""/>
+ <name name="tcpip_tunnel_from_server" arity="5" since="OTP 23.0"/>
+ <name name="tcpip_tunnel_from_server" arity="6" since="OTP 23.0"/>
<fsummary>TCP/IP tunneling from a server to a client ("tcpip-forward")</fsummary>
<desc>
<p>Asks the remote server of <c>ConnectionRef</c> to listen to <c>ListenHost:ListenPort</c>.
@@ -1506,8 +1506,8 @@
</func>
<func>
- <name name="tcpip_tunnel_to_server" arity="5" since=""/>
- <name name="tcpip_tunnel_to_server" arity="6" since=""/>
+ <name name="tcpip_tunnel_to_server" arity="5" since="OTP 23.0"/>
+ <name name="tcpip_tunnel_to_server" arity="6" since="OTP 23.0"/>
<fsummary>TCP/IP tunneling from a client to a server ("direct-tcpip")</fsummary>
<desc>
<p>Tells the local client to listen to <c>ListenHost:ListenPort</c>. When someone