summaryrefslogtreecommitdiff
path: root/classes/Net/SSH/Multi/ChannelProxy.html
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Net/SSH/Multi/ChannelProxy.html')
-rw-r--r--classes/Net/SSH/Multi/ChannelProxy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Net/SSH/Multi/ChannelProxy.html b/classes/Net/SSH/Multi/ChannelProxy.html
index dfa3bb7..9455d54 100644
--- a/classes/Net/SSH/Multi/ChannelProxy.html
+++ b/classes/Net/SSH/Multi/ChannelProxy.html
@@ -104,7 +104,7 @@
</div>
<div class='description'>
- <p>Instantiates a new channel proxy with the given <code>on_confirm</code>
+ <p>Instantiates a new channel proxy with the given <tt>on_confirm</tt>
callback.</p>
</div>
<div class='source'>
@@ -124,7 +124,7 @@
<div class='description'>
<p>Instructs the proxy to delegate all further actions to the given
- <code>channel</code> (which must be an instance of
+ <tt>channel</tt> (which must be an instance of
Net::SSH::Connection::Channel). All recorded actions are immediately
replayed, in order, against the delegate channel.</p>
</div>