diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
commit | 5515398e9e8e5091e4c959a5b9af3613d372d42d (patch) | |
tree | 9dc73bc9e2b5cafc22bb05e3f205a54efe459d71 /lib/inets/doc/src/mod_alias.xml | |
parent | 1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f (diff) | |
parent | ecdf2b1505451612d9c163ef918b948fd8948bac (diff) | |
download | otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.gz otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.bz2 otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/inets/doc/src/mod_alias.xml')
-rw-r--r-- | lib/inets/doc/src/mod_alias.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/mod_alias.xml b/lib/inets/doc/src/mod_alias.xml index d7fd7fd300..e4c78a5b15 100644 --- a/lib/inets/doc/src/mod_alias.xml +++ b/lib/inets/doc/src/mod_alias.xml @@ -118,7 +118,7 @@ </func> <func> - <name>real_script_name(ConfigDB,RequestURI,ScriptAliases) -> Ret</name> + <name>real_script_name(ConfigDB, RequestURI, ScriptAliases) -> Ret</name> <fsummary>Expand a request uri using ScriptAlias config directives.</fsummary> <type> <v>ConfigDB = config_db()</v> @@ -129,7 +129,7 @@ </type> <desc> <marker id="real_script_name"></marker> - <p><c>real_name/3</c> traverses <c>ScriptAliases</c>, + <p><c>real_script_name/3</c> traverses <c>ScriptAliases</c>, typically extracted from <c>ConfigDB</c>, and matches each <c>FakeName</c> with <c>RequestURI</c>. If a match is found <c>FakeName</c> is replaced with <c>RealName</c> in the |