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

man 3 manpage spelling corrections

This commit is contained in:
besawn
2022-02-02 09:01:52 -05:00
parent e43f0aee5e
commit a6f1809c3e

View File

@@ -113,7 +113,7 @@ right sides:
Any combination or multiple combinations of inclusive and exclusive
ranges of nodes and groups is legal. There is no precedence implied in
the order of the arguments. Exclusive ranges have precedence over
inclusive. Parentheses can be used to explicitly specify precendence of any operators.
inclusive. Parentheses can be used to explicitly specify precedence of any operators.
Nodes have precedence over groups. If a node range match is made then
no group range match will be attempted.
@@ -129,7 +129,7 @@ B<xCAT Node Name Format> is defined by the following regex:
^([A-Za-z-]+)([0-9]+)(([A-Za-z-]+[A-Za-z0-9-]*)*)
In plain English, a node or group name is in B<xCAT Node Name Format> if starting
from the begining there are:
from the beginning there are:
=over 2