From 045bde3b4232db9792c2026a72735a14e5abef2e Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 3 Sep 2020 09:40:45 -0700 Subject: [PATCH] Minor documentation corrections --- README.md | 4 ++-- etc/clamd.conf.sample | 13 +++++++------ win32/conf_examples/clamd.conf.sample | 13 +++++++------ 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f5a127eda..b18aab61b 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ tune to #clamav on [IRC](irc.freenode.net). The ClamAV development team welcomes [code contributions](https://github.com/Cisco-Talos/clamav-devel), -improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq), and also -[bug reports](https://bugzilla.clamav.net/). Thanks for joining us! +improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq), +and also [bug reports](https://bugzilla.clamav.net/). Thanks for joining us! ## Credits diff --git a/etc/clamd.conf.sample b/etc/clamd.conf.sample index 98f38ccad..828dd5ad9 100644 --- a/etc/clamd.conf.sample +++ b/etc/clamd.conf.sample @@ -199,12 +199,13 @@ Example # Default: 600 (10 min) #SelfCheck 600 -# Enable non-blocking (multi-threaded/concurrent) database reloads. This feature -# will temporarily load a second scanning engine while scanning continues using -# the first engine. Once loaded, the new engine takes over. The old engine is -# removed as soon as all scans using the old engine have completed. This feature -# requires more RAM, so this option is provided in case users are willing to -# block scans during reload in exchange for lower RAM requirements. +# Enable non-blocking (multi-threaded/concurrent) database reloads. +# This feature will temporarily load a second scanning engine while scanning +# continues using the first engine. Once loaded, the new engine takes over. +# The old engine is removed as soon as all scans using the old engine have +# completed. +# This feature requires more RAM, so this option is provided in case users are +# willing to block scans during reload in exchange for lower RAM requirements. # Default: yes #ConcurrentDatabaseReload no diff --git a/win32/conf_examples/clamd.conf.sample b/win32/conf_examples/clamd.conf.sample index 564ac64d4..f8547d293 100644 --- a/win32/conf_examples/clamd.conf.sample +++ b/win32/conf_examples/clamd.conf.sample @@ -172,12 +172,13 @@ TCPAddr 127.0.0.1 # Default: 600 (10 min) #SelfCheck 600 -# Enable non-blocking (multi-threaded/concurrent) database reloads. This feature -# will temporarily load a second scanning engine while scanning continues using -# the first engine. Once loaded, the new engine takes over. The old engine is -# removed as soon as all scans using the old engine have completed. This feature -# requires more RAM, so this option is provided in case users are willing to -# block scans during reload in exchange for lower RAM requirements. +# Enable non-blocking (multi-threaded/concurrent) database reloads. +# This feature will temporarily load a second scanning engine while scanning +# continues using the first engine. Once loaded, the new engine takes over. +# The old engine is removed as soon as all scans using the old engine have +# completed. +# This feature requires more RAM, so this option is provided in case users are +# willing to block scans during reload in exchange for lower RAM requirements. # Default: yes #ConcurrentDatabaseReload no