summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-27 11:14:46 -0700
committerTim Smith <tsmith@chef.io>2018-03-27 11:14:46 -0700
commit0ea3eb7daae07fd4ca2d297fbd266df99e73288f (patch)
tree69431746a0cac05c08e5d4f3af84489c86454c87
parent0fa1d1ec14f591c3e5b2c641a557b6896a18c311 (diff)
downloadchef-0ea3eb7daae07fd4ca2d297fbd266df99e73288f.tar.gz
Remove some extra slashes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0374dbc98c..71c2cf014e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -566,11 +566,11 @@ It is now possible to set `ETHTOOL_OPTS`, `BONDING_OPTS`, `MASTER` and `SLAVE` p
### Properties
-- `ethtool\_opts`<br>
+- `ethtool_opts`<br>
**Ruby types:** String<br>
**Platforms:** Fedora, RHEL, Amazon Linux A string containing arguments to ethtool. The string will be wrapped in double quotes, so ensure that any needed quotes in the property are surrounded by single quotes
-- `bonding\_opts`<br>
+- `bonding_opts`<br>
**Ruby types:** String<br>
**Platforms:** Fedora, RHEL, Amazon Linux A string containing configuration parameters for the bonding device.