mp(2): correct documentation of error handling (thanks LordCreepity)
The documentation for mp(2) claimed we'd return nil on error, when we actually sysfatal. This corrects the documentation to match our actual behavior.
This commit is contained in:
parent
d9f201af49
commit
9bb519ac50
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ These functions, in addition to
|
|||
.I mpnew
|
||||
and
|
||||
.IR mpcopy ,
|
||||
will return
|
||||
.B nil
|
||||
will call sysfatal (see
|
||||
.IR perror (2))
|
||||
if the allocation fails.
|
||||
.PP
|
||||
Input and result parameters may point to the same
|
||||
|
|
Loading…
Reference in a new issue