mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Typo (if => of).
This commit is contained in:
parent
7316a9465e
commit
dc2f94a3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue