2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

Remove trailing spaces in file xCAT-client/pods/man1/nodegrpch.1.pod

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 32fec08930
commit 82251b7783

View File

@@ -15,11 +15,11 @@ B<nodegrpch> [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.)