瀏覽代碼

permissions: Fix typo in documentation

Olle E. Johansson 11 年之前
父節點
當前提交
288d8abb1b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      modules/permissions/README
  2. 1 1
      modules/permissions/doc/permissions_admin.xml

+ 1 - 1
modules/permissions/README

@@ -339,7 +339,7 @@ Chapter 1. Admin Guide
    peer_tag_avp module parameter has been defined.
    peer_tag_avp module parameter has been defined.
 
 
    Rules are stored in a database table specified by module parameters.
    Rules are stored in a database table specified by module parameters.
-   There also exists a module parameter dm_mode that determines if rules
+   There also exists a module parameter db_mode that determines if rules
    are cached into memory for faster matching or if database is consulted
    are cached into memory for faster matching or if database is consulted
    for each invocation of allow_trusted function call.
    for each invocation of allow_trusted function call.
 
 

+ 1 - 1
modules/permissions/doc/permissions_admin.xml

@@ -247,7 +247,7 @@
 		<para>
 		<para>
 		Rules are stored in a database table specified by module
 		Rules are stored in a database table specified by module
 		parameters.  There also exists a module parameter
 		parameters.  There also exists a module parameter
-	        <varname>dm_mode</varname> that
+	        <varname>db_mode</varname> that
 		determines if rules are cached into memory for faster
 		determines if rules are cached into memory for faster
 		matching or if database is consulted for each invocation
 		matching or if database is consulted for each invocation
 		of allow_trusted function call.
 		of allow_trusted function call.