Skip to content

Commit

Permalink
db_berkeley: Fix typos in module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffloimair authored and miconda committed Feb 28, 2018
1 parent 97368eb commit 7f0c9da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/modules/db_berkeley/doc/db_berkeley_admin.xml
Expand Up @@ -57,7 +57,7 @@
<title><varname>auto_reload</varname> (integer)</title>
<para>
The auto-reload will close and reopen a Berkeley DB when the
files inode has changed. The operation occurs only duing a query.
files inode has changed. The operation occurs only during a query.
Other operations such as insert or delete, do not invoke auto_reload.
</para>
<para>
Expand Down Expand Up @@ -151,7 +151,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
</para>

<para>Parameters: <emphasis>tablename</emphasis> (or db_path); to reload a particular table
provide the tablename as the arguement (eg subscriber); to reload all tables provide the db_path to
provide the tablename as the argument (eg subscriber); to reload all tables provide the db_path to
the db files. The path can be found in &ctltool;rc DB_PATH variable.
</para>
</section>
Expand All @@ -174,7 +174,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
</para>

<para>
Because the module dependes on an external library, the db_berkeley module is not
Because the module depends on an external library, the db_berkeley module is not
compiled and installed by default. You can use one of the next options.
</para>

Expand Down Expand Up @@ -280,7 +280,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
is identified as a natural key.
Consider an example where use_domain = 0. In table subscriber, the db will be keying on
'username|NULL' because the default value will be used when that key column is not provided.
This effectivly means that later queries must consistently use the username (w.o domain)
This effectively means that later queries must consistently use the username (w.o domain)
in order to find a result to that particular subscriber query.
The main point is 'use_domain' can not be changed once the db_berkeley is setup.
</para>
Expand Down Expand Up @@ -579,8 +579,8 @@ usage: ./kambdb_recover -s schemadir [-h home] [-R lastN]
<section>
<title>Known Limitations</title>
<para>
The Berkeley DB does not nativly support an autoincrement (or sequence) mechanism.
Consequently, this version does not support surragate keys in dbschema. These
The Berkeley DB does not natively support an autoincrement (or sequence) mechanism.
Consequently, this version does not support surrogate keys in dbschema. These
are the id columns in the tables.
</para>
</section>
Expand Down
12 changes: 6 additions & 6 deletions src/modules/db_berkeley/km_doc/db_berkeley_admin.xml
Expand Up @@ -57,7 +57,7 @@
<title><varname>auto_reload</varname> (integer)</title>
<para>
The auto-reload will close and reopen a Berkeley DB when the
files inode has changed. The operation occurs only duing a query.
files inode has changed. The operation occurs only during a query.
Other operations such as insert or delete, do not invoke auto_reload.
</para>
<para>
Expand Down Expand Up @@ -152,7 +152,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
</para>

<para>Parameters: <emphasis>tablename (or db_path); to reload a particular table
provide the tablename as the arguement (eg subscriber); to reload all tables provide the db_path to
provide the tablename as the argument (eg subscriber); to reload all tables provide the db_path to
the db files. The path can be found in &ctltool;rc DB_PATH variable.
</emphasis></para>
</section>
Expand All @@ -175,7 +175,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
</para>

<para>
Because the module dependes on an external library, the db_berkeley module is not
Because the module depends on an external library, the db_berkeley module is not
compiled and installed by default. You can use one of the next options.
</para>

Expand Down Expand Up @@ -281,7 +281,7 @@ modparam("db_berkeley", "journal_roll_interval", 3600)
is identified as a natural key.
Consider an example where use_domain = 0. In table subscriber, the db will be keying on
'username|NULL' because the default value will be used when that key column is not provided.
This effectivly means that later queries must consistently use the username (w.o domain)
This effectively means that later queries must consistently use the username (w.o domain)
in order to find a result to that particular subscriber query.
The main point is 'use_domain' can not be changed once the db_berkeley is setup.
</para>
Expand Down Expand Up @@ -580,8 +580,8 @@ usage: ./kambdb_recover -s schemadir [-h home] [-R lastN]
<section>
<title>Known Limitations</title>
<para>
The Berkeley DB does not nativly support an autoincrement (or sequence) mechanism.
Consequently, this version does not support surragate keys in dbschema. These
The Berkeley DB does not natively support an autoincrement (or sequence) mechanism.
Consequently, this version does not support surrogate keys in dbschema. These
are the id columns in the tables.
</para>
</section>
Expand Down

0 comments on commit 7f0c9da

Please sign in to comment.