summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 08:18:56 -0700
committerGitHub <noreply@github.com>2020-04-28 08:18:56 -0700
commit4c414dd7eaf87402641d1432a7a17859dad648d1 (patch)
tree409b8291ba5b542f60fac88cb9b11c5b61f09c98 /RELEASE_NOTES.md
parentd664299d534d9a4b2c98f09004087d8a7d8f1b0b (diff)
downloadchef-4c414dd7eaf87402641d1432a7a17859dad648d1.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 945f8dadfc..234a2afd46 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -494,7 +494,7 @@ ohai.optional_plugins = [
#### Improved Linux Network Plugin Data
-The Linux Network plugin has been improved to gather additional information from the `ethtool` utility. This includes the number of queues (`ethtool -l`), the coalesce parameters (`ethtool -c`), and information about the NIC driver (`ethtool -i)`. Thanks [@matt-c-clark](https://github.com/matt-c-clark) for these improvements.
+The Linux Network plugin has been improved to gather additional information from the `ethtool` utility. This includes the number of queues (`ethtool -l`), the coalesce parameters (`ethtool -c`), and information about the NIC driver (`ethtool -i`). Thanks [@matt-c-clark](https://github.com/matt-c-clark) for these improvements.
#### Windows DMI plugin