Browse code

Minor documentation corrections

Micah Snyder authored on 2020/09/04 01:40:45
Showing 3 changed files
... ...
@@ -85,8 +85,8 @@ tune to #clamav on [IRC](irc.freenode.net).
85 85
 
86 86
 The ClamAV development team welcomes
87 87
 [code contributions](https://github.com/Cisco-Talos/clamav-devel),
88
-improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq), and also
89
-[bug reports](https://bugzilla.clamav.net/). Thanks for joining us!
88
+improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq),
89
+and also [bug reports](https://bugzilla.clamav.net/). Thanks for joining us!
90 90
 
91 91
 ## Credits
92 92
 
... ...
@@ -199,12 +199,13 @@ Example
199 199
 # Default: 600 (10 min)
200 200
 #SelfCheck 600
201 201
 
202
-# Enable non-blocking (multi-threaded/concurrent) database reloads. This feature
203
-# will temporarily load a second scanning engine while scanning continues using
204
-# the first engine. Once loaded, the new engine takes over. The old engine is
205
-# removed as soon as all scans using the old engine have completed. This feature
206
-# requires more RAM, so this option is provided in case users are willing to
207
-# block scans during reload in exchange for lower RAM requirements.
202
+# Enable non-blocking (multi-threaded/concurrent) database reloads.
203
+# This feature will temporarily load a second scanning engine while scanning
204
+# continues using the first engine. Once loaded, the new engine takes over.
205
+# The old engine is removed as soon as all scans using the old engine have
206
+# completed.
207
+# This feature requires more RAM, so this option is provided in case users are
208
+# willing to block scans during reload in exchange for lower RAM requirements.
208 209
 # Default: yes
209 210
 #ConcurrentDatabaseReload no
210 211
 
... ...
@@ -172,12 +172,13 @@ TCPAddr 127.0.0.1
172 172
 # Default: 600 (10 min)
173 173
 #SelfCheck 600
174 174
 
175
-# Enable non-blocking (multi-threaded/concurrent) database reloads. This feature
176
-# will temporarily load a second scanning engine while scanning continues using
177
-# the first engine. Once loaded, the new engine takes over. The old engine is
178
-# removed as soon as all scans using the old engine have completed. This feature
179
-# requires more RAM, so this option is provided in case users are willing to
180
-# block scans during reload in exchange for lower RAM requirements.
175
+# Enable non-blocking (multi-threaded/concurrent) database reloads.
176
+# This feature will temporarily load a second scanning engine while scanning
177
+# continues using the first engine. Once loaded, the new engine takes over.
178
+# The old engine is removed as soon as all scans using the old engine have
179
+# completed.
180
+# This feature requires more RAM, so this option is provided in case users are
181
+# willing to block scans during reload in exchange for lower RAM requirements.
181 182
 # Default: yes
182 183
 #ConcurrentDatabaseReload no
183 184