diff options
author | Eric Covener <covener@apache.org> | 2011-10-29 20:02:28 +0000 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-10-29 20:02:28 +0000 |
commit | e4b44dfb22936c7f82665c130aba1b6f181b8533 (patch) | |
tree | d17f03ab024ae7c69e5f825f9afe238e7b194a48 /docs/manual/mod/mod_lua.html.en | |
parent | 70ebce981b3e6dfe8a12859ba43af66d7985b043 (diff) | |
download | httpd-e4b44dfb22936c7f82665c130aba1b6f181b8533.tar.gz |
r.args can be written
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.html.en')
-rw-r--r-- | docs/manual/mod/mod_lua.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index a51888dd3b..801164cb5d 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -230,7 +230,7 @@ end <tr> <td><code>args</code></td> <td>string</td> - <td>no</td> + <td>yes</td> </tr> <tr> <td><code>assbackwards</code></td> |