summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sears <stuart@sjsears.com>2019-11-25 11:07:36 +0000
committerTim Smith <tsmith84@gmail.com>2020-02-03 13:12:33 -0800
commite044da42ef07753847a283cec2cf218bd71669f1 (patch)
tree045aa4e3f391e875453876b5b44e8d62632587b4
parent7344357398d63f1833f721796970114d90f8373b (diff)
downloadchef-e044da42ef07753847a283cec2cf218bd71669f1.tar.gz
updated release notes entry based on PR review
Signed-off-by: Stuart Sears <stuart@sjsears.com>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3e5296b7b3..9fc5a17bdb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -570,7 +570,7 @@ Chef Solo's `--delete-entire-chef-repo` option has been extended to work in Loca
### sysctl now accepts a comments parameter
-The sysctl resource has been updated to allow additional (optional) comments. Comments can be passed as an array or a string. Any comments provided are prefixed with '#' signs and precede the sysctl setting in generated files.
+The `sysctl` resource has been updated to allow the inclusion of descriptive comments. Comments may be passed as an array or a string. Any comments provided are prefixed with '#' signs and precede the `sysctl` setting in generated files.
An example:
@@ -589,7 +589,7 @@ sysctl 'vm.swappiness' do
end
```
-which results in `/etc/sysctl.d/99-chef-vw.swappiness.conf` as follows
+which results in `/etc/sysctl.d/99-chef-vm.swappiness.conf` as follows
```
# define how aggressively the kernel will swap memory pages.
# Higher values will increase aggressiveness