From dbc2f9ef3d239a7378ab39f319ff455b7081cbe2 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 21 May 2010 20:07:20 +0000 Subject: [PATCH] Fixed errors in flexnode command pod man pages git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6203 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/lsflexnode.1.pod | 26 ++++++++++++++------------ xCAT-client/pods/man1/mkflexnode.1.pod | 18 +++++++++--------- xCAT-client/pods/man1/rmflexnode.1.pod | 18 +++++++++--------- 3 files changed, 32 insertions(+), 30 deletions(-) diff --git a/xCAT-client/pods/man1/lsflexnode.1.pod b/xCAT-client/pods/man1/lsflexnode.1.pod index 259291ee3..42d11892f 100644 --- a/xCAT-client/pods/man1/lsflexnode.1.pod +++ b/xCAT-client/pods/man1/lsflexnode.1.pod @@ -1,9 +1,9 @@ -=head1 B +=head1 NAME B - Display the information of flexible node -=head1 B +=head1 SYNOPSIS B [-h | --help] @@ -12,7 +12,7 @@ B [-v | --version] B I -=head1 B +=head1 DESCRIPTION IBM BladeCenter HX5 offers flexibility ideal that the blades can be combined together for scalability. @@ -35,9 +35,9 @@ A B can be created base on the B, each B can have The I in the B can be a AMM node or a blade node. -=head1 B +=head1 OPTIONS -=over 4 +=over 17 =item B<-h | --help> @@ -51,7 +51,7 @@ Display the version information. -=head1 B +=head1 ATTRIBUTES The meaning of attributes which displayed by the B. The word 'node' in this section means B. @@ -123,9 +123,9 @@ The identifier of the complex this node belongs to. The identifier of the partition this node belongs to. +=back - -=head1 B +=head1 EXAMPLES =over 3 @@ -133,9 +133,10 @@ The identifier of the partition this node belongs to. Display all the B, B and B which managed by a AMM. -B amm1 + lsflexnode amm1 The output: + amm1: Complex - 24068 amm1: ..Partition number - 1 amm1: ..Complex node number - 2 @@ -161,9 +162,10 @@ The output: Display a flexible node. -B blade1 + lsflexnode blade1 The output: + blade1: Flexnode state - poweredoff blade1: Complex id - 24068 blade1: Partition id - 1 @@ -175,10 +177,10 @@ The output: =back -=head1 B +=head1 FILES /opt/xcat/bin/lsflexnode =head1 SEE ALSO -L, L +L, L diff --git a/xCAT-client/pods/man1/mkflexnode.1.pod b/xCAT-client/pods/man1/mkflexnode.1.pod index a9dae8f47..20595e15b 100644 --- a/xCAT-client/pods/man1/mkflexnode.1.pod +++ b/xCAT-client/pods/man1/mkflexnode.1.pod @@ -1,9 +1,9 @@ -=head1 B +=head1 NAME B - Create a flexible node. -=head1 B +=head1 SYNOPSIS B [-h | --help] @@ -12,7 +12,7 @@ B [-v | --version] B I -=head1 B +=head1 DESCRIPTION A flexible node is a B in a complex. Creating a flexible node is to create a partition which including all the slots defined in the xCAT blade node. @@ -24,9 +24,9 @@ After the creating, use the B to check the status of the node. The I only can be a blade node. -=head1 B +=head1 OPTIONS -=over 4 +=over 17 =item B<-h | --help> @@ -39,7 +39,7 @@ Display the version information. =back -=head1 B +=head1 EXAMPLES =over 3 @@ -49,14 +49,14 @@ Create a flexible node base on the xCAT node blade1. The blade1 should belong to a complex, the I attribute should be set correctly and all the slots should be in B state. -B blade1 + mkflexnode blade1 =back -=head1 B +=head1 FILES /opt/xcat/bin/mkflexnode =head1 SEE ALSO -L, L +L, L diff --git a/xCAT-client/pods/man1/rmflexnode.1.pod b/xCAT-client/pods/man1/rmflexnode.1.pod index 36e5f4ff4..6194ed61b 100644 --- a/xCAT-client/pods/man1/rmflexnode.1.pod +++ b/xCAT-client/pods/man1/rmflexnode.1.pod @@ -1,9 +1,9 @@ -=head1 B +=head1 NAME B - Delete a flexible node. -=head1 B +=head1 SYNOPSIS B [-h | --help] @@ -12,7 +12,7 @@ B [-v | --version] B I -=head1 B +=head1 DESCRIPTION Delete a flexible node which created by the B command. @@ -24,9 +24,9 @@ After the deleting, use the B to check the status of the node. The I only can be a blade node. -=head1 B +=head1 OPTIONS -=over 4 +=over 17 =item B<-h | --help> @@ -39,7 +39,7 @@ Display the version information. =back -=head1 B +=head1 EXAMPLES =over 3 @@ -49,14 +49,14 @@ Delete a flexible node base on the xCAT node blade1. The blade1 should belong to a complex, the I attribute should be set correctly and all the slots should be in B state. -B blade1 + rmflexnode blade1 =back -=head1 B +=head1 FILES /opt/xcat/bin/rmflexnode =head1 SEE ALSO -L, L +L, L