From 4977884ae57102143d7a421b996f9b55d9ab1cb3 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/lskmodules.1.rst --- .../references/man1/lskmodules.1.rst | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/lskmodules.1.rst b/docs/source/guides/admin-guides/references/man1/lskmodules.1.rst index f2787f892..39042bd4e 100644 --- a/docs/source/guides/admin-guides/references/man1/lskmodules.1.rst +++ b/docs/source/guides/admin-guides/references/man1/lskmodules.1.rst @@ -40,63 +40,63 @@ OPTIONS -\ **-i|-**\ **-osimage**\ \ *osimage_names*\ - +\ **-i|-**\ **-osimage**\ \ *osimage_names*\ + where \ *osimage_names*\ is a comma-delimited list of xCAT database osimage object names. For each \ *osimage_name*\ , lskmodules will use the entries in osimage.driverupdatesrc for the rpms and driver disk image files to search. - -\ **-c|-**\ **-kitcomponent**\ \ *kitcomponent_names*\ - + +\ **-c|-**\ **-kitcomponent**\ \ *kitcomponent_names*\ + where \ *kitcomponent_names*\ is a comma-delimited list of xCAT database kitcomponent object names. For each \ *kitcomponent_name*\ , lskmodules will use the entries in kitcomponent.driverpacks for the rpm list and the repodir of the kitcomponent.kitreponame for the location of the rpm files to search. - -\ **-o|-**\ **-osdistro**\ \ *osdistro_names*\ - + +\ **-o|-**\ **-osdistro**\ \ *osdistro_names*\ + where \ *osdistro_names*\ is a comma-delimited list of xCAT database osdistro object names. For each \ *osdistro_name*\ , lskmodules will search each /Packages/kernel-.rpm file. - -\ **-u|-**\ **-osdistroupdate**\ \ *osdistroupdate_names*\ - + +\ **-u|-**\ **-osdistroupdate**\ \ *osdistroupdate_names*\ + where \ *osdistroupdate_names*\ is a comma-delimited list of xCAT database osdistroupdate table entries. For each \ *osdistroupdate_name*\ , lskmodules will search the /kernel-.rpm file. - -\ **-x|-**\ **-xml|-**\ **-XML**\ - + +\ **-x|-**\ **-xml|-**\ **-XML**\ + Return the output with XML tags. The data is returned as: - - + + .. code-block:: perl - + xxx.ko this is module xxx - - + + This option is intended for use by other programs. The XML will not be displayed. To view the returned XML, set the XCATSHOWXML=yes environment variable before running this command. - -\ **-V|-**\ **-verbose**\ - + +\ **-V|-**\ **-verbose**\ + Display additional progress and error messages. - -\ **-v|-**\ **-version**\ - + +\ **-v|-**\ **-version**\ + Command Version. - -\ **-?|-h|-**\ **-help**\ - + +\ **-?|-h|-**\ **-help**\ + Display usage message. - + @@ -122,15 +122,15 @@ EXAMPLES 1. - + To list the kernel modules included in the driverpacks shipped with kitcomponent kit1_comp1-x86_64, enter: - - + + .. code-block:: perl - + lskmodules -c kit1_comp1-x86_64 - - + +