diff --git a/src/modules/p_usrloc/doc/p_usrloc_admin.xml b/src/modules/p_usrloc/doc/p_usrloc_admin.xml index ca8faa827f9..6153dbcb004 100644 --- a/src/modules/p_usrloc/doc/p_usrloc_admin.xml +++ b/src/modules/p_usrloc/doc/p_usrloc_admin.xml @@ -424,7 +424,7 @@ modparam("p_usrloc", "failover_level", "1") Specifies the interval (in seconds) in which a timer process shall check the availability of the databases and try to reconnect - to broken ones. It don't make sense to choose a lower value as 10. + to broken ones. It doesn't make sense to choose a lower value as 10. It's necessary to provide a writeable master database, otherwise this check stays disabled. @@ -877,7 +877,7 @@ modparam("p_usrloc", "db_mode", 2) reasons. This can be done by setting the status column of the respective database in the p_usrloc to the value 2. This setting is autodetected from all modules on the server cluster. Changes in the locdb table are periodically - polled with help of a timer process. After one minute the all read and write traffic + polled with help of a timer process. After one minute all the read and write traffic is removed from the deactivated database, and maintenance can be done. diff --git a/src/modules/p_usrloc/doc/p_usrloc_devel.xml b/src/modules/p_usrloc/doc/p_usrloc_devel.xml index b6b48c131a8..846b94c63ea 100644 --- a/src/modules/p_usrloc/doc/p_usrloc_devel.xml +++ b/src/modules/p_usrloc/doc/p_usrloc_devel.xml @@ -249,7 +249,7 @@ Lookup the first and if needed the second key, and performs a query in one of the chosen databases. The returned handle _r_h must be used to free the result set after the usage of the returned database entries, otherwise a memory leak - will occur.You must call ul_db_free_result before you can call ul_db_query again! + will occur. You must call ul_db_free_result before you can call ul_db_query again! Meaning of the parameters is as follows: