aboutsummaryrefslogtreecommitdiffstats
path: root/library/phpsec/Net/SSH1.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-01 17:54:41 -0800
committerfriendica <info@friendica.com>2012-03-01 17:54:41 -0800
commita5256b7996bca6515becac8c2d5d0c56b31119ea (patch)
treeb499e77cd4faf8157c2e048fb8242bc2ca2720cc /library/phpsec/Net/SSH1.php
parentbd2c8c92f1b30d8f811bd4aab0fe3a2c5496ec61 (diff)
parentdd9432903ddb3e12381881da44fb84afff832d52 (diff)
downloadvolse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.tar.gz
volse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.tar.bz2
volse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.zip
Merge pull request #54 from campino/master
Build documentation This looks good. It may take me some time to get up to speed - and I'm not sure I have all the utilities available via my hosting provider.
Diffstat (limited to 'library/phpsec/Net/SSH1.php')
-rwxr-xr-xlibrary/phpsec/Net/SSH1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/phpsec/Net/SSH1.php b/library/phpsec/Net/SSH1.php
index 6986a8450..7220ee402 100755
--- a/library/phpsec/Net/SSH1.php
+++ b/library/phpsec/Net/SSH1.php
@@ -730,8 +730,8 @@ class Net_SSH1 {
/**
* Reads the output of an interactive shell.
*
- * Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see stuff like
- * "", you're seeing ANSI escape codes. According to
+ * Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see crap,
+ * you're seeing ANSI escape codes. According to
* {@link http://support.microsoft.com/kb/101875 How to Enable ANSI.SYS in a Command Window}, "Windows NT
* does not support ANSI escape sequences in Win32 Console applications", so if you're a Windows user,
* there's not going to be much recourse.