diff --git a/xCAT-client/pods/man3/noderange.3.pod b/xCAT-client/pods/man3/noderange.3.pod index d845181b5..a1f6f63b5 100644 --- a/xCAT-client/pods/man3/noderange.3.pod +++ b/xCAT-client/pods/man3/noderange.3.pod @@ -26,6 +26,8 @@ I group1@group2 + table.attributevalue + =head1 B B is a syntax that can be used in most xCAT commands to @@ -213,6 +215,15 @@ E.g. node2, node3, node20, node30, node21234 all match. /node[23].* +=item 8. + +Generates a list of nodes which have the value hmc in the nodehm.cons +attribute. + + nodehm.cons==hmc + + nodehm.cons=~hmc + =back