diff options
| author | 2016-03-02 12:15:44 +0000 | |
|---|---|---|
| committer | 2016-03-14 04:57:12 +0000 | |
| commit | f138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch) | |
| tree | 701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/log/libkvilog.cpp | |
| parent | cleanup: add or remove empty lines between documentation blocks & code (diff) | |
| download | KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2 KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip | |
documentation: formatting/indentation + minor syntax fixes
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
Diffstat (limited to 'src/modules/log/libkvilog.cpp')
| -rw-r--r-- | src/modules/log/libkvilog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/log/libkvilog.cpp b/src/modules/log/libkvilog.cpp index 6b8448e4b..15748b1bd 100644 --- a/src/modules/log/libkvilog.cpp +++ b/src/modules/log/libkvilog.cpp @@ -185,7 +185,7 @@ static bool log_kvs_cmd_stop(KviKvsModuleCommandCall * c) 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 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 [i]block flushing[/i] 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: [fnc]$window[/fnc], |
