ocaml/ocamlunix

minor typo

Closed this issue · 1 comments

https://ocaml.github.io/ocamlunix/signals.html#sec87 says "mark" instead of "mask" in

let old_mask = sigprocmask cmd sigs in (* do something *) let _ = sigprocmask SIG_SETMASK old_mark

Thanks for reporting.