From cf9739d5e38e6915efc52ac3107e035298b7cfa6 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 29 Oct 2008 17:53:24 +0000 Subject: [PATCH] fix sinv manpage for defect 2206887 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/sinv.1.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/sinv.1.pod b/xCAT-client/pods/man1/sinv.1.pod index 840a2a84c..29be8ae78 100644 --- a/xCAT-client/pods/man1/sinv.1.pod +++ b/xCAT-client/pods/man1/sinv.1.pod @@ -216,7 +216,7 @@ to generate the first template, using the xdsh command (-c), possibly generating up to two additional templates and not removing any templates at the end, enter: -B I<-c "xdsh node1-node4 lslpp -l | grep bos.adt" -s node8 -p /tmp/sinv.template -t 2 -o /tmp/sinv.output> +B I<-c "xdsh node1-node4 lslpp -l | grep bos.adt" -s node8 -p /tmp/sinv.template -t 2 -o /tmp/sinv.output> =item * @@ -225,7 +225,7 @@ to generate the first template, using the rinv command (-c), possibly generating up to two additional templates and removing any generated templates at the end, enter: -B I<-c "rinv node1-node4 serial" -s node8 -p /tmp/sinv.template -t 2 -r -o /tmp/rinv.output> +B I<-c "rinv node1-node4 serial" -s node8 -p /tmp/sinv.template -t 2 -r -o /tmp/rinv.output> =item * @@ -234,7 +234,7 @@ the seed node, to generate the sinv.template from the xdsh command (-c), using the exact match option, generating no additional templates, enter: -B I<-c "xdsh node1-node4 lslpp -l | grep bos.adt" -s node1 -e -p /tmp/sinv.template -o /tmp/sinv.output> +B I<-c "xdsh node1-node4 lslpp -l | grep bos.adt" -s node1 -e -p /tmp/sinv.template -o /tmp/sinv.output> Note: the /tmp/sinv.template file must be empty, otherwise it will be used as an admin generated template.