diff options
-rw-r--r-- | bin/expr/expr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 717f9f6..df4c70b 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 |