From d299db3442f3341f348c4e560397c7a493f9eaf7 Mon Sep 17 00:00:00 2001 From: tkucherera Date: Wed, 4 Oct 2023 10:31:24 -0400 Subject: [PATCH] doc --- confluent_client/doc/man/nodeattrib.ronn.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodeattrib.ronn.tmpl b/confluent_client/doc/man/nodeattrib.ronn.tmpl index 927ce5ae..28e37a5c 100644 --- a/confluent_client/doc/man/nodeattrib.ronn.tmpl +++ b/confluent_client/doc/man/nodeattrib.ronn.tmpl @@ -122,7 +122,7 @@ to a blank value will allow masking a group defined attribute with an empty valu `d1: net.pxe.switch: pxeswitch1` `d1: net.switch:` -* Setting Attributes using a batch file with syntax similar to command line: +* Setting attributes using a batch file with syntax similar to command line: `# cat nodeattributes.batch` `# power` `power.psu1.outlet=3 power.psu1.pdu=pdu2` @@ -130,7 +130,7 @@ to a blank value will allow masking a group defined attribute with an empty valu `n41: 3` `n41: pdu2` -* Setting Attributes using a batch file with syntax where each attribute is in its own line: +* Setting attributes using a batch file with syntax where each attribute is in its own line: `# cat nodeattributes.batch` `# management` `custom.mgt.switch=switch_main`