Browse Source

- 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

Henning Westerholt 17 năm trước cách đây
mục cha
commit
07a74150f7

+ 1 - 1
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)
 ...
      __________________________________________________________
 

+ 3 - 3
modules/db_flatstore/km_doc/flatstore.sgml → 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">

+ 1 - 1
modules/db_flatstore/km_doc/flatstore_devel.sgml → 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:
 -->

+ 1 - 1
modules/db_flatstore/km_doc/flatstore_faq.sgml → 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:
 -->

+ 2 - 2
modules/db_flatstore/km_doc/flatstore_user.sgml → 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:
 -->