diff options
author | wollman <wollman@FreeBSD.org> | 2002-03-22 20:49:29 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-03-22 20:49:29 +0000 |
commit | d1fbde7cf6ef772e6c5064bd6ecb2d6d2b95adb0 (patch) | |
tree | 3a3cdbac4fd1b201354cd2f21a1a32591efb204c /bin | |
parent | dc0ab814755418de5883bee3cb4a968bc6d94b5b (diff) | |
download | FreeBSD-src-d1fbde7cf6ef772e6c5064bd6ecb2d6d2b95adb0.zip FreeBSD-src-d1fbde7cf6ef772e6c5064bd6ecb2d6d2b95adb0.tar.gz |
Typo (if => of).
Diffstat (limited to 'bin')
-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 |