From 850a7e65a2ef97d8c64cc089b14d7a09154c4a7a Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 14 Mar 2017 11:27:56 -0400 Subject: [PATCH] Fix .pod error that broke the build --- .gitignore | 3 + .../admin-guides/references/man1/rmdef.1.rst | 56 +++++++++---------- xCAT-client/pods/man1/rmdef.1.pod | 2 + 3 files changed, 33 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 893951706..4767b51c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ docs/build # Ignore the temporary file for creating the Release version Release.save* +# ignore the old generated man pages and html pages +xCAT-client/share/man +xCAT-client/share/doc diff --git a/docs/source/guides/admin-guides/references/man1/rmdef.1.rst b/docs/source/guides/admin-guides/references/man1/rmdef.1.rst index 06e4c474d..3655a78b5 100644 --- a/docs/source/guides/admin-guides/references/man1/rmdef.1.rst +++ b/docs/source/guides/admin-guides/references/man1/rmdef.1.rst @@ -56,47 +56,47 @@ OPTIONS - \ **-f|-**\ **-force**\ - - Use this with the \ **-**\ **-all**\ option as an extra indicator that ALL definitions are to be removed. - + + +\ **-f|-**\ **-force**\ + Use this with the \ **-**\ **-all**\ option as an extra indicator that ALL definitions are to be removed. - \ **-h|-**\ **-help**\ - - Display a usage message. - + + +\ **-h|-**\ **-help**\ + Display a usage message. - \ *noderange*\ - - A set of comma delimited node names and/or group names. See the "noderange" man page for details on supported formats. - + + +\ *noderange*\ + A set of comma delimited node names and/or group names. See the "noderange" man page for details on supported formats. - \ **-o**\ \ *object-names*\ - - A set of comma delimited object names. - + + +\ **-o**\ \ *object-names*\ + A set of comma delimited object names. - \ **-t**\ \ *object-types*\ - - A set of comma delimited object types. - + + +\ **-t**\ \ *object-types*\ + A set of comma delimited object types. - \ **-C|-**\ **-cleanup**\ - - Perform additional cleanup by running \ **nodeset offline**\ on the objects specified in the \ *noderange*\ . - + + +\ **-C|-**\ **-cleanup**\ + Perform additional cleanup by running \ **nodeset offline**\ on the objects specified in the \ *noderange*\ . - \ **-V|-**\ **-verbose**\ - - Verbose mode. - + + +\ **-V|-**\ **-verbose**\ + Verbose mode. diff --git a/xCAT-client/pods/man1/rmdef.1.pod b/xCAT-client/pods/man1/rmdef.1.pod index 0c3e8d58a..95b4358b1 100644 --- a/xCAT-client/pods/man1/rmdef.1.pod +++ b/xCAT-client/pods/man1/rmdef.1.pod @@ -34,6 +34,8 @@ or =item 2. Run B which initializes the database the same as when xCAT was installed. +=back + =item B<-f|--force> Use this with the B<--all> option as an extra indicator that ALL definitions are to be removed.