ソースを参照

app_perl: docs - updates for warn_mode

Daniel-Constantin Mierla 3 年 前
コミット
ded4773546
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/modules/app_perl/doc/app_perl_admin.xml

+ 2 - 1
src/modules/app_perl/doc/app_perl_admin.xml

@@ -267,7 +267,8 @@ modparam("app_perl", "parse_mode", 1)
 			<para>
 			<para>
 				Allows to enable warning for perl_parse(). If set to 1, "-w" is
 				Allows to enable warning for perl_parse(). If set to 1, "-w" is
 				passed to perl_parse() and detected warnings in the Perl script
 				passed to perl_parse() and detected warnings in the Perl script
-				should be printed to the log.
+				should be printed to the log. If set to 1, then "-W" is passed
+				to perl_parse().
 			</para>
 			</para>
 			<para>
 			<para>
 			Default value is <emphasis>0</emphasis>.
 			Default value is <emphasis>0</emphasis>.