From a6f1809c3e9746fe6e18354de497695e5d4f9da1 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Wed, 2 Feb 2022 09:01:52 -0500 Subject: [PATCH] man 3 manpage spelling corrections --- xCAT-client/pods/man3/noderange.3.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man3/noderange.3.pod b/xCAT-client/pods/man3/noderange.3.pod index 380b95963..213272159 100644 --- a/xCAT-client/pods/man3/noderange.3.pod +++ b/xCAT-client/pods/man3/noderange.3.pod @@ -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 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 if starting -from the begining there are: +from the beginning there are: =over 2