From dc2f94a3ff601b99b4f48915c9534c458134f6ed Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 22 Mar 2002 20:49:29 +0000 Subject: [PATCH] Typo (if => of). --- bin/expr/expr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 717f9f6435b..df4c70b9118 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -150,7 +150,7 @@ syntax) adds one to the variable .Va a : .Dl a=$(expr $a + 1) .It -This will fail if the value if +This will fail if the value of .Va a is a negative number. To protect negative values of