diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml
index 568295cc..c9190917 100644
--- a/lam/docs/manual-sources/howto.xml
+++ b/lam/docs/manual-sources/howto.xml
@@ -422,6 +422,11 @@ Have fun!
php.ini:
memory_limit = 64M
+
+ If you run PHP with activated Suhosin
+ extension please check your logs for alerts. E.g. LAM requires that
+ "suhosin.post.max_name_length" is increased.
@@ -1642,11 +1647,11 @@ Have fun!
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
"steve".
- Output may contain HTML: If your scripts
- generate HTML output then activate this option.
+ Output may contain HTML: If your
+ scripts generate HTML output then activate this option.
- Hide command in messages: You may want to
- prevent that your users see the executed commands. In this case
+ Hide command in messages: You may
+ want to prevent that your users see the executed commands. In this case
activating this option will only show the command output but not the
command itself.