diff options
| author | 2015-11-30 18:21:27 +0000 | |
|---|---|---|
| committer | 2015-12-05 12:06:04 +0000 | |
| commit | 4f727930b32feb255a36d8b7782609dc3aebdf3c (patch) | |
| tree | bc10bf302e996525c7a786ffc5c87f50c2f1df3d | |
| parent | ListWindow: consistency and capitalization fixes (diff) | |
| download | KVIrc-4f727930b32feb255a36d8b7782609dc3aebdf3c.tar.gz KVIrc-4f727930b32feb255a36d8b7782609dc3aebdf3c.tar.bz2 KVIrc-4f727930b32feb255a36d8b7782609dc3aebdf3c.zip | |
libkvilog: minor help message fixes
| -rw-r--r-- | src/modules/log/libkvilog.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/log/libkvilog.cpp b/src/modules/log/libkvilog.cpp index 96a28244b..5a0cb1c49 100644 --- a/src/modules/log/libkvilog.cpp +++ b/src/modules/log/libkvilog.cpp @@ -51,7 +51,7 @@ [cmd]log.start[/cmd], [cmd]log.stop[/cmd], [cmd]log.flush[/cmd], [fnc]$log.file[/fnc]().[br] NOTE:[br] - If you want to AUTOENABLE logging in certain types of windows + If you want to [b]auto enable[/b] logging in certain types of windows you have to use the [cmd]option[/cmd] command.[br] For example, [b]option boolAutoLogQueries 1[/b] enables logging in all the newly created query windows. @@ -76,8 +76,8 @@ filename is used.[br] If the -p switch is used, all the already existing contents of the window are stored to the log file before starting the log action.[br] - Please note that some windows do not have logging capabilities...this command - will print a warning in that case.[br] + Please note that some windows do not have logging capabilities...[br] + This command will print a warning in that case.[br] @seealso: [fnc]$window[/fnc], [cmd]log.stop[/cmd], @@ -183,8 +183,8 @@ static bool log_kvs_cmd_stop(KviKvsModuleCommandCall * c) @description: Flushes the log file the current window or in the window specified by the -w switch.[br] If logging is not enabled in the specified window, this command does nothing.[br] - If this command is never used, the log file is flushed at regulear file-size intervals, - depending on the underlying IO subsystem. This is usually 4KiB.[br] + If this command is never used, the log file is flushed at regular file-size intervals, + depending on the underlying I/O subsystem. This is usually 4KiB.[br] The "block flushing" is used to achieve a fast I/O on files, but may cause the last data block to be lost in case of a program crash.[br] @seealso: |
