From 0f6ba286ce9809697ad747133a98a6580c58d5ef Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Fri, 28 Jan 2022 15:22:11 -0500 Subject: [PATCH] Fixed some spelling errors in chvm and mkvm documentation --- xCAT-client/pods/man1/chvm.1.pod | 4 ++-- xCAT-client/pods/man1/mkvm.1.pod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/chvm.1.pod b/xCAT-client/pods/man1/chvm.1.pod index 9f8d8777d..d7d5ee6f6 100644 --- a/xCAT-client/pods/man1/chvm.1.pod +++ b/xCAT-client/pods/man1/chvm.1.pod @@ -387,7 +387,7 @@ Removes a processor from an active virtual machine's configuration. =item B<--removeloaddev> I I -Removes the LOADDEV statement from a virtual machines's directory entry. +Removes the LOADDEV statement from a virtual machine's directory entry. =item B<--removezfcp> I I I @@ -515,7 +515,7 @@ then run the command: cat /tmp/lparfile | chvm lpar4 --p775 -5. To change the I/O slot profile for lpar1-lpar8 using the configuration data in the file /tmp/lparfile. Users can use the output of lsvm.and remove the cec information, and modify the lpar id before each I/O, and run the command as following: +5. To change the I/O slot profile for lpar1-lpar8 using the configuration data in the file /tmp/lparfile. Users can use the output of lsvm, remove the cec information, modify the lpar id before each I/O, and run the command as following: chvm lpar1-lpar8 --p775 -p /tmp/lparfile diff --git a/xCAT-client/pods/man1/mkvm.1.pod b/xCAT-client/pods/man1/mkvm.1.pod index f5c287c26..93fe16529 100644 --- a/xCAT-client/pods/man1/mkvm.1.pod +++ b/xCAT-client/pods/man1/mkvm.1.pod @@ -297,7 +297,7 @@ After a node object is defined, the resources that will be used for the partitio chdef lpar1 vmcpus=1/4/16 vmmemory=1G/4G/32G vmphyslots=0x21010201,0x21010200 vmothersetting=bsr:128,hugepage:2 -Then, create the partion on the specified cec. +Then, create the partition on the specified cec. mkvm lpar1 @@ -305,7 +305,7 @@ Option 2: mkvm lpar1 vmcpus=1/4/16 vmmemory=1G/4G/32G vmphyslots=0x21010201,0x21010200 vmothersetting=bsr:128,hugepage:2 -The outout is similar to: +The output is similar to: lpar1: Done