aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-01 11:44:33 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-01 11:44:33 +0100
commite0c659b34b8992111bcc64d3f0eea75dfa193412 (patch)
tree91cc767530dd0bc8f98d1b11015af8b933a8f19a /library
parent9986fc19109bc0d393f8ded89730178ba7f377f4 (diff)
downloadvolse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.tar.gz
volse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.tar.bz2
volse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.zip
Enabled automated doc building. Changes:
-build.xml, phing build file -@package tags at acl_selector.php and db_update.php -added documentation and some IDE files to .gitignore -automated tool to find files that corrupt the doc build process -removed ansi characters from SSH1.php, docBlox could not handle them
Diffstat (limited to 'library')
-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.