diff options
author | delano <delano@delanotes.com> | 2015-04-11 13:14:37 -0700 |
---|---|---|
committer | delano <delano@delanotes.com> | 2015-04-11 13:14:37 -0700 |
commit | 0348314d0c7edfe8797a95c1c1e22b4c47cdf913 (patch) | |
tree | 48ed9b1eef707e9330a28b923d9041b58d2bd840 /classes/Net/SSH/Multi/PendingConnection.html | |
parent | fe43b81fc77b5142404b0c6b055a086ac0da3015 (diff) | |
download | net-ssh-multi-gh-pages.tar.gz |
Updated docsgh-pages
Diffstat (limited to 'classes/Net/SSH/Multi/PendingConnection.html')
-rw-r--r-- | classes/Net/SSH/Multi/PendingConnection.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/classes/Net/SSH/Multi/PendingConnection.html b/classes/Net/SSH/Multi/PendingConnection.html index e77407a..42a4f2f 100644 --- a/classes/Net/SSH/Multi/PendingConnection.html +++ b/classes/Net/SSH/Multi/PendingConnection.html @@ -132,8 +132,8 @@ </div> <div class='description'> - <p>Always returns <code>true</code>, so that the pending connection looks - active until it can be truly opened and replaced with a real connection.</p> + <p>Always returns <tt>true</tt>, so that the pending connection looks active + until it can be truly opened and replaced with a real connection.</p> </div> <div class='source'> <a class='source-toggle' href='#' onclick="toggleCode('method-i-busy-3F-source'); return false"> @@ -222,7 +222,7 @@ </div> <div class='description'> - <p>Returns <code>true</code>, and does nothing else.</p> + <p>Returns <tt>true</tt>, and does nothing else.</p> </div> <div class='source'> <a class='source-toggle' href='#' onclick="toggleCode('method-i-postprocess-source'); return false"> @@ -239,7 +239,7 @@ </div> <div class='description'> - <p>Returns <code>true</code>, and does nothing else.</p> + <p>Returns <tt>true</tt>, and does nothing else.</p> </div> <div class='source'> <a class='source-toggle' href='#' onclick="toggleCode('method-i-preprocess-source'); return false"> @@ -257,8 +257,7 @@ <div class='description'> <p>Instructs the pending session to replay all of its recordings against the - given <code>session</code>, and to then replace itself with the given - session.</p> + given <tt>session</tt>, and to then replace itself with the given session.</p> </div> <div class='source'> <a class='source-toggle' href='#' onclick="toggleCode('method-i-replace_with-source'); return false"> |