diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-03-22 20:49:29 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-03-22 20:49:29 +0000 |
| commit | dc2f94a3ff601b99b4f48915c9534c458134f6ed (patch) | |
| tree | 3a3cdbac4fd1b201354cd2f21a1a32591efb204c /bin/expr/expr.1 | |
| parent | 7316a9465e22d1517913f33f964dcadf9dfb21c9 (diff) | |
Notes
Diffstat (limited to 'bin/expr/expr.1')
| -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 717f9f6435b2..df4c70b9118d 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 |
