diff --git a/docs/source/guides/admin-guides/references/man1/rspconfig.1.rst b/docs/source/guides/admin-guides/references/man1/rspconfig.1.rst index 54a8f4a97..538e223ba 100644 --- a/docs/source/guides/admin-guides/references/man1/rspconfig.1.rst +++ b/docs/source/guides/admin-guides/references/man1/rspconfig.1.rst @@ -777,9 +777,7 @@ EXAMPLES -4. - - To display the frame number for frame 9A00-10000001 +4. To display the frame number for frame 9A00-10000001 .. code-block:: perl diff --git a/docs/source/guides/admin-guides/references/man1/xcattest.1.rst b/docs/source/guides/admin-guides/references/man1/xcattest.1.rst index a2762fa6f..6e3470595 100644 --- a/docs/source/guides/admin-guides/references/man1/xcattest.1.rst +++ b/docs/source/guides/admin-guides/references/man1/xcattest.1.rst @@ -193,7 +193,7 @@ EXAMPLES 4. - To add a new test case to test \ **chvm**\ . In this example, we assume that the \ **min_mem**\ should not be equal to 16 in the lpar profile of computenode. The case name is \ **chvm_customi**\ . It creates a test lpar named \ **testnode**\ first, then changes the \ **min_mem**\ of the lpar to 16 using \ **chvm**\ , then checks if \ **min_mem**\ have changed correctly. Finally, the \ **testnode**\ is removed. + To add a new test case to test \ **chvm**\ . In this example, we assume that the \ **min_mem**\ should not be equal to 16 in the lpar profile of computenode. The case name is \ **chvm_custom**\ . It creates a test lpar named \ **testnode**\ first, then changes the \ **min_mem**\ of the lpar to 16 using \ **chvm**\ , then checks if \ **min_mem**\ have changed correctly. Finally, the \ **testnode**\ is removed. .. code-block:: perl diff --git a/perl-xCAT/xCAT/Zone.pm b/perl-xCAT/xCAT/Zone.pm index babb42281..620443a7c 100644 --- a/perl-xCAT/xCAT/Zone.pm +++ b/perl-xCAT/xCAT/Zone.pm @@ -270,12 +270,12 @@ sub getmyzonename =head3 enableSSHbetweennodes Arguments: - zonename + nodename Returns: 1 if the sshbetweennodes attribute is yes/1 or undefined 0 if the sshbetweennodes attribute is no/0 Example: - xCAT::Zone->enableSSHbetweennodes($zonename); + xCAT::Zone->enableSSHbetweennodes($nodename); =cut #-------------------------------------------------------------------------------- diff --git a/xCAT-client/pods/man1/rspconfig.1.pod b/xCAT-client/pods/man1/rspconfig.1.pod index 67abfc794..f452dc2cc 100644 --- a/xCAT-client/pods/man1/rspconfig.1.pod +++ b/xCAT-client/pods/man1/rspconfig.1.pod @@ -572,7 +572,6 @@ Output is similar to: node4: BMC SNMP Destination 1: 9.114.47.227 =item 4. - To display the frame number for frame 9A00-10000001 rspconfig> 9A00-10000001 frame diff --git a/xCAT-test/pods/man1/xcattest.1.pod b/xCAT-test/pods/man1/xcattest.1.pod index d54afcd33..535b01980 100644 --- a/xCAT-test/pods/man1/xcattest.1.pod +++ b/xCAT-test/pods/man1/xcattest.1.pod @@ -123,7 +123,7 @@ To run specified test cases with I file: =item 4. -To add a new test case to test B. In this example, we assume that the B should not be equal to 16 in the lpar profile of computenode. The case name is B. It creates a test lpar named B first, then changes the B of the lpar to 16 using B, then checks if B have changed correctly. Finally, the B is removed. +To add a new test case to test B. In this example, we assume that the B should not be equal to 16 in the lpar profile of computenode. The case name is B. It creates a test lpar named B first, then changes the B of the lpar to 16 using B, then checks if B have changed correctly. Finally, the B is removed. add a new test case file in /opt/xcat/share/xcat/tools/autotest/chvm edit filename