Module: sip-router
Branch: master
Commit: 288d8abb1b84a1a42121d62f61affe7cb9a4f12e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=288d8ab…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Sep 22 14:28:32 2014 +0200
permissions: Fix typo in documentation
---
modules/permissions/README | 2 +-
modules/permissions/doc/permissions_admin.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/permissions/README b/modules/permissions/README
index 6f44727..f4c9916 100644
--- a/modules/permissions/README
+++ b/modules/permissions/README
@@ -339,7 +339,7 @@ Chapter 1. Admin Guide
peer_tag_avp module parameter has been defined.
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
for each invocation of allow_trusted function call.
diff --git a/modules/permissions/doc/permissions_admin.xml
b/modules/permissions/doc/permissions_admin.xml
index a6da004..8ef1b2f 100644
--- a/modules/permissions/doc/permissions_admin.xml
+++ b/modules/permissions/doc/permissions_admin.xml
@@ -247,7 +247,7 @@
<para>
Rules are stored in a database table specified by module
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
matching or if database is consulted for each invocation
of allow_trusted function call.