From 8cf5c6de879d23c08c839b4c170557d45d6f551d Mon Sep 17 00:00:00 2001 From: qyin Date: Sat, 27 Apr 2013 05:46:44 +0000 Subject: [PATCH] #215407 Typo in man page: nodeimport git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/nodeimport.1.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/nodeimport.1.pod b/xCAT-client/pods/man1/nodeimport.1.pod index 15f3760c3..269544946 100644 --- a/xCAT-client/pods/man1/nodeimport.1.pod +++ b/xCAT-client/pods/man1/nodeimport.1.pod @@ -6,7 +6,7 @@ B - Create profiled nodes by importing hostinfo file. B [-h| --help | -v | --version] -B file= networkprofile= imageprofile= hostnameformat= [hardwareprofile=] [groups=] +B file= networkprofile= imageprofile= hostnameformat= [hardwareprofile=] [groups=] =head1 DESCRIPTION @@ -40,7 +40,7 @@ B> Sets the new hardware profile name used by the node, where is the new hardware management profile used by the node. If a "__HardwareProfile_hwprofile" group exists, then "hwprofile" is the hardware profile name. A hardware profile defines hardware management related information for imported nodes, including: IPMI, HMC, CEC, CMM. -B> +B> Sets the node name format for all nodes discovered, where is a supported format. The two types of formats supported are prefix#NNNappendix and prefix#RRand#NNappendix, where wildcard #NNN and #NN are replaced by a system generated number that is based on the provisioning order. Wildcard #RR represents the rack number and stays constant.