From ff487098f10688a60bc75e873afe45af42200673 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 xCAT-client/pods/man8/chtab.8.pod --- xCAT-client/pods/man8/chtab.8.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-client/pods/man8/chtab.8.pod b/xCAT-client/pods/man8/chtab.8.pod index eeb51824f..3c612649f 100644 --- a/xCAT-client/pods/man8/chtab.8.pod +++ b/xCAT-client/pods/man8/chtab.8.pod @@ -18,7 +18,7 @@ B I[,I,...] I [I< The B command adds, deletes or updates the attribute values in the specified table.column for the specified I. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the comma separated list of attributes, if it is not already there. -The B does not pass through xcatd, so it is not controlled by the policy mechanism. +The B does not pass through xcatd, so it is not controlled by the policy mechanism. =head1 OPTIONS @@ -35,10 +35,10 @@ B<-d> Delete option. =over 2 -=item 0. +=item 0. The command completed successfully. -=item 1. +=item 1. An error has occurred. =back @@ -47,7 +47,7 @@ An error has occurred. =over 2 -=item 1. +=item 1. To add a node=node1 to the nodelist table with groups=all: chtab node=node1 nodelist.groups=all @@ -58,13 +58,13 @@ To add a keyword (tftpdir) and value (/tftpboot) to the site table: chtab key=tftpdir site.value=/tftpboot -=item 3. +=item 3. To add node1 to the nodetype table with os=rhel5: chtab node=node1 nodetype.os=rhel5 -=item 4. +=item 4. To change node1 in nodetype table setting os=sles: chtab node=node1 nodetype.os=sles