Skip to content

Commit 1f8d427

Browse files
authored
Merge pull request #71337 from JoeAldinger/OSDOCS-8774
/lgtm OSDOCS-8774:fixes code syntax
2 parents e9404c7 + 22f5a0c commit 1f8d427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nw-sriov-ibnetwork-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636

3737
<6> Optional: The link state of virtual function (VF). Allowed values are `enable`, `disable` and `auto`.
3838

39-
<7> Optional: The capabilities to configure for this network. You can specify `"{ "ips": true }"` to enable IP address support or `"{ "infinibandGUID": true }"` to enable IB Global Unique Identifier (GUID) support.
39+
<7> Optional: The capabilities to configure for this network. You can specify `'{ "ips": true }'` to enable IP address support or `'{ "infinibandGUID": true }'` to enable IB Global Unique Identifier (GUID) support.

modules/nw-sriov-network-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Intel NICs do not support the `minTxRate` parameter. For more information, see l
7979
You must enclose the value that you specify in quotes, or the SR-IOV Network Operator rejects the object.
8080
====
8181
+
82-
<13> Optional: The capabilities to configure for this additional network. You can specify `"{ "ips": true }"` to enable IP address support or `"{ "mac": true }"` to enable MAC address support.
82+
<13> Optional: The capabilities to configure for this additional network. You can specify `'{ "ips": true }'` to enable IP address support or `'{ "mac": true }'` to enable MAC address support.
8383
endif::ocp-sriov-net[]
8484

8585
ifdef::object[]

0 commit comments

Comments
 (0)