mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
A minor markup fix:
- `to' isn't a variable
- don't omit the first `E' in `ERANGE', even though .Er
is able to take care of it
This commit is contained in:
parent
c8c7c06bb0
commit
5643cf55d8
1 changed files with 3 additions and 2 deletions
|
|
@ -150,8 +150,9 @@ and
|
|||
.Fn pow
|
||||
detect if the computed value will overflow,
|
||||
set the global variable
|
||||
.Va errno to
|
||||
.Er RANGE
|
||||
.Va errno
|
||||
to
|
||||
.Er ERANGE
|
||||
and cause a reserved operand fault on a
|
||||
.Tn VAX
|
||||
or
|
||||
|
|
|
|||
Loading…
Reference in a new issue