Skip to content

Commit

Permalink
event_flatstore doc: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed May 8, 2016
1 parent e000787 commit 3cedcc4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions modules/event_flatstore/doc/event_flatstore_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<section>
<title>Overview</title>
<para>
<emphasis>Flatstore</emphasis>
The <emphasis>event_flatstore</emphasis>
module provides a logging facility for different events,
triggered through the &osips; Event Interface, directly from the &osips;
script. The module logs the events along with their parameters in regular
script. The module logs the events along with their parameters in plain
text files.
</para>
</section>
Expand All @@ -28,7 +28,7 @@
<emphasis>event_flatstore</emphasis> module.
</para> </listitem>
<listitem><para>
<emphasis>path_to_file</emphasis> - path to a file to be created for logging the events. The file can exist in which case the events will be appended to existing file. It must be a valid path and not a directory.
<emphasis>path_to_file</emphasis> - path to the file where the logged events will be appended to. The file will be created if it does not exist. It must be a valid path and not a directory.
</para> </listitem>
</itemizedlist>
</para>
Expand Down Expand Up @@ -68,9 +68,10 @@
<section>
<title><varname>max_open_sockets</varname> (integer)</title>
<para>
Defines the maximum number of simultaniously opened files by the
module. If the maximum limit is reached a error message will be
thrown, further subscribtions will be possible after at least one current subscribtion will expire.
Defines the maximum number of simultaneously opened files by the
module. If the maximum limit is reached, an error message will be
thrown, and further subscriptions will only be possible after at
least one of the current subscriptions will expire.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -108,7 +109,7 @@ modparam("event_flatstore", "delimiter", ";")
<section>
<title><varname>file_permissions</varname> (string)</title>
<para>
Sets the permission for the newly created logs. It
Sets the permissions for the newly created logs. It
expects a string representation of a octal value.
</para>
<para>
Expand All @@ -129,7 +130,7 @@ modparam("event_flatstore", "file_permissions", "664")
<section>
<title>Exported Functions</title>
<para>
No function exported to be used from configuration file.
No exported functions to be used in the configuration file.
</para>
</section>

Expand All @@ -140,7 +141,7 @@ modparam("event_flatstore", "file_permissions", "664")
<function>evi_flat_rotate</function>
</title>
<para>
It makes the processes reopen the file specified as a parameter to the command in order to be compatible with a logrotate command. If the function is not called after the mv command is executed the module will continue to write in the renamed file.
It makes the processes reopen the file specified as a parameter to the command in order to be compatible with a logrotate command. If the function is not called after the mv command is executed, the module will continue to write in the renamed file.
</para>
<para>
Name: <emphasis>evi_flat_rotate</emphasis>
Expand Down

0 comments on commit 3cedcc4

Please sign in to comment.