Module: sip-router Branch: janakj/flatstore Commit: 07a74150f71a7e9664165d24b439aceb1a63da72 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07a74150...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Wed Feb 6 13:32:59 2008 +0000
- fix user documentation and rename all sgml file after the name change of the database modules
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3639 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_flatstore/km_README | 2 +- .../km_doc/{flatstore.sgml => db_flatstore.sgml} | 6 +++--- ...latstore_devel.sgml => db_flatstore_devel.sgml} | 2 +- .../{flatstore_faq.sgml => db_flatstore_faq.sgml} | 2 +- ...{flatstore_user.sgml => db_flatstore_user.sgml} | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/db_flatstore/km_README b/modules/db_flatstore/km_README index ebd3457..c8e11b3 100644 --- a/modules/db_flatstore/km_README +++ b/modules/db_flatstore/km_README @@ -146,7 +146,7 @@ openserctl fifo flat_rotate
Example 1-1. Set "flush" parameter ... -modparam("flatstore", "flush", 0) +modparam("db_flatstore", "flush", 0) ... __________________________________________________________
diff --git a/modules/db_flatstore/km_doc/flatstore.sgml b/modules/db_flatstore/km_doc/db_flatstore.sgml similarity index 86% rename from modules/db_flatstore/km_doc/flatstore.sgml rename to modules/db_flatstore/km_doc/db_flatstore.sgml index 6d88a85..ba6c6b7 100644 --- a/modules/db_flatstore/km_doc/flatstore.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore.sgml @@ -1,9 +1,9 @@ <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
-<!ENTITY user SYSTEM "flatstore_user.sgml"> -<!ENTITY devel SYSTEM "flatstore_devel.sgml"> -<!ENTITY faq SYSTEM "flatstore_faq.sgml"> +<!ENTITY user SYSTEM "db_flatstore_user.sgml"> +<!ENTITY devel SYSTEM "db_flatstore_devel.sgml"> +<!ENTITY faq SYSTEM "db_flatstore_faq.sgml">
<!-- Include general documentation entities --> <!ENTITY % docentities SYSTEM "../../../doc/entities.sgml"> diff --git a/modules/db_flatstore/km_doc/flatstore_devel.sgml b/modules/db_flatstore/km_doc/db_flatstore_devel.sgml similarity index 86% rename from modules/db_flatstore/km_doc/flatstore_devel.sgml rename to modules/db_flatstore/km_doc/db_flatstore_devel.sgml index ef269fb..f1afc53 100644 --- a/modules/db_flatstore/km_doc/flatstore_devel.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore_devel.sgml @@ -17,6 +17,6 @@
<!-- Keep this element at the end of the file Local Variables: -sgml-parent-document: ("exec.sgml" "book" "chapter") +sgml-parent-document: ("db_flatstore.sgml" "book" "chapter") End: --> diff --git a/modules/db_flatstore/km_doc/flatstore_faq.sgml b/modules/db_flatstore/km_doc/db_flatstore_faq.sgml similarity index 95% rename from modules/db_flatstore/km_doc/flatstore_faq.sgml rename to modules/db_flatstore/km_doc/db_flatstore_faq.sgml index 505c96f..bc8e5b9 100644 --- a/modules/db_flatstore/km_doc/flatstore_faq.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore_faq.sgml @@ -65,6 +65,6 @@
<!-- Keep this element at the end of the file Local Variables: -sgml-parent-document: ("flatstore.sgml" "Book" "chapter") +sgml-parent-document: ("db_flatstore.sgml" "Book" "chapter") End: --> diff --git a/modules/db_flatstore/km_doc/flatstore_user.sgml b/modules/db_flatstore/km_doc/db_flatstore_user.sgml similarity index 98% rename from modules/db_flatstore/km_doc/flatstore_user.sgml rename to modules/db_flatstore/km_doc/db_flatstore_user.sgml index 18d0ccc..6043f35 100644 --- a/modules/db_flatstore/km_doc/flatstore_user.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore_user.sgml @@ -161,7 +161,7 @@ openserctl fifo flat_rotate <title>Set <quote>flush</quote> parameter</title> <programlisting format="linespecific"> ... -modparam("flatstore", "flush", 0) +modparam("db_flatstore", "flush", 0) ... </programlisting> </example> @@ -201,6 +201,6 @@ modparam("flatstore", "flush", 0)
<!-- Keep this element at the end of the file Local Variables: -sgml-parent-document: ("exec.sgml" "Book" "chapter") +sgml-parent-document: ("db_flatstore.sgml" "Book" "chapter") End: -->