Typo (if => of).

This commit is contained in:
Garrett Wollman 2002-03-22 20:49:29 +00:00
parent 7316a9465e
commit dc2f94a3ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92984

View File

@ -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