From 6330c7b0efcb2fa482a91f0781a13478c4b1370b Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 23 Apr 2012 17:41:32 +0000 Subject: [PATCH] fix examples git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12303 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/nodech.1.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xCAT-client/pods/man1/nodech.1.pod b/xCAT-client/pods/man1/nodech.1.pod index 83a729b49..7c4c11947 100644 --- a/xCAT-client/pods/man1/nodech.1.pod +++ b/xCAT-client/pods/man1/nodech.1.pod @@ -75,33 +75,33 @@ An error has occurred. =item * -To add nodes in noderange node1-node4 with group all: +To update nodes in noderange node1-node4 to be in only group all: -B< nodech> I +B I =item * To put all nodes with nodepos.rack value of 2 into a group called rack2: -B< nodech> I nodepos.rack==2 groups,=rack2 +B I nodepos.rack==2 groups,=rack2 =item * To add nodes in noderange node1-node4 to the nodetype table with os=rhel5: -B< nodech> I +B I =item * -To add node1-node4 to group1: +To add node1-node4 to group1 in addition to the groups they are already in: -B< nodech> I +B I =item * To put node1-node4 in group2, instead of group1: -B< nodech> I +B I =back