summaryrefslogtreecommitdiff
path: root/common/dhcp-eval.5
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhcp-eval.5')
-rw-r--r--common/dhcp-eval.56
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dhcp-eval.5 b/common/dhcp-eval.5
index fa3932fb..fb89adf4 100644
--- a/common/dhcp-eval.5
+++ b/common/dhcp-eval.5
@@ -92,7 +92,7 @@ statement are executed, and all subsequent
.B elsif
and
.B else
-clauses are skipped. Otherwise, each subsequent
+clauses are skipped. Otherwise, each subsequent
.B elsif
clause's expression is checked, until an elsif clause is encountered
whose test evaluates to true. If such a clause is found, the
@@ -101,7 +101,7 @@ subsequent
.B elsif
and
.B else
-clauses are skipped. If all the
+clauses are skipped. If all the
.B if
and
.B elsif
@@ -150,7 +150,7 @@ The
statement and the
.B case
statements can both be data expressions or numeric expressions. Within
-a switch statement they all must be the same type. The server
+a switch statement they all must be the same type. The server
evaluates the expression from the switch statement and then it evaluates
the expressions from the case statements until it finds a match.
.PP