diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-08-20 12:26:03 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-08-20 12:26:03 +0200 |
commit | 44828c54fe5282c195337d6fdbce88e67515c878 (patch) | |
tree | 85c8433731c54633e954cafa871344225e999157 /doc | |
parent | Merge pull request #280 from weiss/store-persistent-muc-on-init (diff) |
Fix MUC option docs: "infinity", not "infinite"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 30ccb755..7b86376d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3415,15 +3415,15 @@ Module options: \titem{max\_room\_id: Number} \ind{options!max\_room\_id} This option defines the maximum number of characters that Room ID can have when creating a new room. - The default value is to not limit: infinite. + The default value is to not limit: \term{infinity}. \titem{max\_room\_name: Number} \ind{options!max\_room\_name} This option defines the maximum number of characters that Room Name can have when configuring the room. - The default value is to not limit: infinite. + The default value is to not limit: \term{infinity}. \titem{max\_room\_desc: Number} \ind{options!max\_room\_desc} This option defines the maximum number of characters that Room Description can have when configuring the room. - The default value is to not limit: infinite. + The default value is to not limit: \term{infinity}. \titem{min\_message\_interval: Number} \ind{options!min\_message\_interval} This option defines the minimum interval between two messages send by an occupant in seconds. This option is global and valid for all |