From bbcf107b6ace6f269c760c72808b8ee81ed6731a Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 7 Aug 2012 08:55:27 +0000 Subject: [PATCH] correct some grammar errors git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rflash.1.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/rflash.1.pod b/xCAT-client/pods/man1/rflash.1.pod index b89d63b1b..35dcdbf0e 100644 --- a/xCAT-client/pods/man1/rflash.1.pod +++ b/xCAT-client/pods/man1/rflash.1.pod @@ -14,7 +14,7 @@ B I {B<--commit>|B<--recover>} [B<-V>|B<--verbose>] =head2 PPC (without HMC, using Direct FSP Management) specific: -B I B<-p> I B<--activate> B [B<-d> I] +B I B<-p> I B<--activate> B|B [B<-d> I] B I {B<--commit>|B<--recover>} @@ -59,7 +59,7 @@ The B option will load the new firmware into the T (temp) side, but wi In Direct FSP/BPA Management, there is -d option. The default value is /tmp. When do firmware update, rflash will put some related data from rpm packages in directory, so the execution of rflash will require available disk space in for the command to properly execute: -For one GFW rpm packages and power code rpm package , if the GFW rpm package size is gfw_rpmsize, and the Power code rpm package size is power_rpmsize, it requires that the available disk space should be more than: +For one GFW rpm package and one power code rpm package , if the GFW rpm package size is gfw_rpmsize, and the Power code rpm package size is power_rpmsize, it requires that the available disk space should be more than: 1.5*gfw_rpmsize + 1.5*power_rpmsize For Power 775, the rflash command takes effect on the primary and secondary FSPs or BPAs almost in parallel.