diff options
Diffstat (limited to 'lib/ssh/doc/src/ssh_connection.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_connection.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh_connection.xml b/lib/ssh/doc/src/ssh_connection.xml index 7e7cfad90d..064a623eb6 100644 --- a/lib/ssh/doc/src/ssh_connection.xml +++ b/lib/ssh/doc/src/ssh_connection.xml @@ -373,7 +373,7 @@ <desc> <p>Is to be called by client- and server-channel processes to send data to each other. </p> - <p>The function <seealso marker="subsystem/4">subsystem/4</seealso> and subsequent + <p>The function <seealso marker="ssh:ssh_connection#subsystem/4">subsystem/4</seealso> and subsequent calls of <c>send/3,4,5</c> must be executed in the same process. </p> </desc> @@ -458,7 +458,7 @@ subsystem on the server. </p> <p>The function <c>subsystem/4</c> and subsequent calls of - <seealso marker="send/3">send/3,4,5</seealso> must be executed in the same process. + <seealso marker="ssh:ssh_connection#send/3">send/3,4,5</seealso> must be executed in the same process. </p> </desc> </func> |