diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index af59220b2..e712674f1 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -11,7 +11,7 @@ B [B<-V>|B<--verbose>] [B<-t> I] [B<--template> I I B<-w> I ... +=item B<-w> I B<-w> I ... Use one or multiple -w flags to specify the selection string that can be used to select objects. The operators ==, !=, =~ and !~ are available. For mkdef command, the -w flag only makes sense for creating dynamic node group. Use the help option to get a list of valid attributes for each object type. @@ -151,15 +151,15 @@ To create a dynamic node group definition called SLESNodes containing all the SL =item 10. -To create a entry (7.0) in the policy table for user admin1 +To create a entry (7.0) in the policy table for user admin1 - mkdef -t policy -o 7.0 name=admin1 rule=allow + mkdef -t policy -o 7.0 name=admin1 rule=allow =item 11. To create a node definition with nic attributes - mkdef -t node cn1 groups=all nicips.eth0="1.1.1.1|1.2.1.1" nicnetworks.eth0="net1|net2" nictypes.eth0="Ethernet" + mkdef -t node cn1 groups=all nicips.eth0="1.1.1.1|1.2.1.1" nicnetworks.eth0="net1|net2" nictypes.eth0="Ethernet" =item 12.