From 82251b778343a4386e33a0756569fcb27d3c0011 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/man1/nodegrpch.1.pod --- xCAT-client/pods/man1/nodegrpch.1.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man1/nodegrpch.1.pod b/xCAT-client/pods/man1/nodegrpch.1.pod index 0f65922a9..8475b0565 100644 --- a/xCAT-client/pods/man1/nodegrpch.1.pod +++ b/xCAT-client/pods/man1/nodegrpch.1.pod @@ -15,11 +15,11 @@ B [B<-?> | B<-h> | B<--help>] =head1 DESCRIPTION The nodegrpch command is similar to the nodech command, but ensures that the parameters are -declared at the group level rather than the node specific level, and clears conflicting node -specific overrides of the specified groups. Using table.column=value will do a -verbatim assignment. If ",=" is used instead of "=", the specified value will be prepended to the -attribute's comma separated list, if it is not already there. If "^=" is used, the specified -value will be removed from the attribute's comma separated list, if it is there. You can also +declared at the group level rather than the node specific level, and clears conflicting node +specific overrides of the specified groups. Using table.column=value will do a +verbatim assignment. If ",=" is used instead of "=", the specified value will be prepended to the +attribute's comma separated list, if it is not already there. If "^=" is used, the specified +value will be removed from the attribute's comma separated list, if it is there. You can also use "^=" and ",=" in the same command to essentially replace one item in the list with another. (See the Examples section.)